mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-31 01:47:15 +03:00
We need to explicitly define authorizations for allow_inactive and allow_active. Otherwise one is getting "Access denied" when run from a local console: $ loginctl enable-linger Could not enable linger: Access denied
This commit is contained in:
parent
da4d897e75
commit
ac3608cdbc
@ -116,6 +116,8 @@
|
||||
<_message>Explicit request is required to run programs as a non-logged-in user.</_message>
|
||||
<defaults>
|
||||
<allow_any>yes</allow_any>
|
||||
<allow_inactive>yes</allow_inactive>
|
||||
<allow_active>yes</allow_active>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user