diff options
Diffstat (limited to 'src/org.freedesktop.systemd1.policy')
-rw-r--r-- | src/org.freedesktop.systemd1.policy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/org.freedesktop.systemd1.policy b/src/org.freedesktop.systemd1.policy index bb07b827fc..a9958c2e33 100644 --- a/src/org.freedesktop.systemd1.policy +++ b/src/org.freedesktop.systemd1.policy @@ -27,4 +27,15 @@ <annotate key="org.freedesktop.policykit.exec.path">/lib/systemd/systemd-reply-password</annotate> </action> + <action id="org.freedesktop.systemd1.BusAccess"> + <description>Privileged system and service manager access</description> + <message>Authentication is required to access the system and service manager.</message> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/systemd-stdio-bridge</annotate> + </action> + </policyconfig> |