chiark / gitweb /
resolved: fix typo in sd_notify() call
[elogind.git] / units / systemd-machined.service.in
index 1a27c6e421562d22ee0e09e1e747db0f2872154e..bbb13de315dc07393a73be7c5f1365b767497623 100644 (file)
@@ -15,8 +15,10 @@ After=machine.slice
 [Service]
 ExecStart=@rootlibexecdir@/systemd-machined
 BusName=org.freedesktop.machine1
-CapabilityBoundingSet=CAP_KILL
+CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT
 WatchdogSec=1min
 PrivateTmp=yes
 PrivateDevices=yes
 PrivateNetwork=yes
+ProtectSystem=full
+ProtectHome=yes