diff options
author | Lukasz Skalski <l.skalski@samsung.com> | 2014-10-09 11:02:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-09 11:38:59 +0200 |
commit | 374738d55b2bc4ab07c22f9a0be95a76de1c9478 (patch) | |
tree | 227c82e0171382ccf41e7ec4d72c45642a1de284 /units | |
parent | 2134b5ef6b5c944036d051381f4bd7b7e61ef373 (diff) |
logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systems
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-logind.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index c6cbd1c8df..f087e99ce2 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -23,7 +23,7 @@ ExecStart=@rootlibexecdir@/systemd-logind Restart=always 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 +CapabilityBoundingSet=CAP_SYS_ADMIN CAP_MAC_ADMIN CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG WatchdogSec=1min # Increase the default a bit in order to allow many simultaneous |