remove ReadOnlySystem and ProtectedHome from udevd and logind

logind needs access to /run/user/, udevd fails during early boot
with these settings
This commit is contained in:
Kay Sievers 2014-06-04 01:41:15 +02:00
parent 417116f234
commit 72543b361d
2 changed files with 0 additions and 4 deletions

View File

@ -25,8 +25,6 @@ RestartSec=0
BusName=org.freedesktop.login1
CapabilityBoundingSet=CAP_SYS_ADMIN CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG
WatchdogSec=1min
ReadOnlySystem=yes
ProtectedHome=yes
# Increase the default a bit in order to allow many simultaneous
# logins since we keep one fd open per session.

View File

@ -22,5 +22,3 @@ Restart=always
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-udevd
MountFlags=slave
ReadOnlySystem=yes
ProtectedHome=yes