packaging: remove SystemCallFilter from miniflux.service
`SystemCallFilter=@system-service` is not supported on older systemd versions and causes crashes on them. Fixes #1297.
This commit is contained in:
parent
10d2c88e88
commit
527c5f49cb
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue