diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-09 11:22:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-02-09 16:12:03 +0100 |
commit | 6489ccfe48bb21a43694b60173a49d140b4fb91f (patch) | |
tree | 075be235e4b9a36b844dca405f848b738462191a /units/systemd-timesyncd.service.in | |
parent | units: lock down coredump service a bit (diff) | |
download | systemd-6489ccfe48bb21a43694b60173a49d140b4fb91f.tar.xz systemd-6489ccfe48bb21a43694b60173a49d140b4fb91f.zip |
units: make use of @reboot and @swap in our long-running service SystemCallFilter= settings
Tighten security up a bit more.
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r-- | units/systemd-timesyncd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index ab48a7aa30..8d328bb80a 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -35,7 +35,7 @@ MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictNamespaces=yes RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 -SystemCallFilter=~@cpu-emulation @debug @keyring @module @mount @obsolete @raw-io +SystemCallFilter=~@cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap SystemCallArchitectures=native ReadWritePaths=/var/lib/systemd |