Przeglądaj źródła

packaging: remove SystemCallFilter from miniflux.service

`SystemCallFilter=@system-service` is not supported on older systemd versions and causes crashes on them.

Fixes #1297.
Ilya Mateyko 4 lat temu
rodzic
commit
527c5f49cb
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      packaging/systemd/miniflux.service

+ 0 - 4
packaging/systemd/miniflux.service

@@ -77,10 +77,6 @@ ProtectClock=yes
 # Filter dangerous system calls. The following is listed as safe basic
 # choice in systemd.exec(5).
 SystemCallArchitectures=native
-SystemCallFilter=@system-service
-SystemCallFilter=~@privileged
-SystemCallFilter=~@resources
-SystemCallErrorNumber=EPERM
 
 # Deny kernel execution domain changing.
 LockPersonality=yes