summaryrefslogtreecommitdiff
path: root/units/systemd-timedated.service.in
diff options
context:
space:
mode:
authorTopi Miettinen <topimiettinen@users.noreply.github.com>2016-06-09 07:32:04 +0000
committerLennart Poettering <lennart@poettering.net>2016-06-09 09:32:04 +0200
commit40093ce5dd4446c011377de6ec74d12a5b8a95b9 (patch)
treee1980f5efa72cbe55478406b19e67f4054ce323a /units/systemd-timedated.service.in
parentd9c11f2b01463e33a0b453e013786b5b79182dbe (diff)
downloadsystemd-40093ce5dd4446c011377de6ec74d12a5b8a95b9.tar.gz
units: add a basic SystemCallFilter (#3471)
Add a line SystemCallFilter=~@clock @module @mount @obsolete @raw-io ptrace for daemons shipped by systemd. As an exception, systemd-timesyncd needs @clock system calls and systemd-localed is not privileged. ptrace(2) is blocked to prevent seccomp escapes.
Diffstat (limited to 'units/systemd-timedated.service.in')
-rw-r--r--units/systemd-timedated.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in
index 3636091472..1bdbe65aad 100644
--- a/units/systemd-timedated.service.in
+++ b/units/systemd-timedated.service.in
@@ -19,3 +19,4 @@ PrivateTmp=yes
ProtectSystem=yes
ProtectHome=yes
MemoryDenyWriteExecute=yes
+SystemCallFilter=~@module @mount @obsolete @raw-io ptrace