chiark / gitweb /
hwdb: fix case-sensitive match
[elogind.git] / units / systemd-hostnamed.service.in
index c8bf8480c9762520b286ef0452da4daa2a1eb2bd..497b8d99744941148edca052bc979c477108c4bd 100644 (file)
@@ -13,7 +13,10 @@ Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed
 [Service]
 ExecStart=@rootlibexecdir@/systemd-hostnamed
 BusName=org.freedesktop.hostname1
-CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE
+CapabilityBoundingSet=CAP_SYS_ADMIN
 WatchdogSec=1min
 PrivateTmp=yes
 PrivateDevices=yes
+PrivateNetwork=yes
+ReadOnlySystem=yes
+ProtectedHome=yes