Use spaces instead of coma in systemd lists
From systemd man pages https://www.freedesktop.org/software/systemd/man/systemd.exec.html#System%20Call%20Filtering
This commit is contained in:
@@ -35,7 +35,7 @@ ProtectKernelTunables=yes
|
||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||
RestrictNamespaces=yes
|
||||
RestrictRealtime=yes
|
||||
SystemCallFilter=~@clock,@debug,@module,@mount,@obsolete,@privileged,@reboot,@setuid,@swap
|
||||
SystemCallFilter=~@clock @debug @module @mount @obsolete @privileged @reboot @setuid @swap
|
||||
ProtectSystem=full
|
||||
|
||||
# You can uncomment the following line if you don't want airsonic to be able to
|
||||
|
||||
Reference in New Issue
Block a user