mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
logind: add sys_tty_config capability, to let it use VT_ACTIVATE ioctl on "activate" action
This commit is contained in:
parent
02b16a19a4
commit
9c07474c6f
@ -14,7 +14,7 @@ Description=Login Service
|
||||
ExecStart=@rootlibexecdir@/systemd-logind
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.login1
|
||||
CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER
|
||||
CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG
|
||||
|
||||
# Increase the default a bit in order to allow many simultaneous
|
||||
# logins since we keep one fd open per session.
|
||||
|
Loading…
Reference in New Issue
Block a user