diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-13 17:16:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-13 17:19:31 +0200 |
commit | b576fcf43a32c0bb2e3f8a4f61770d2cdac00fcb (patch) | |
tree | bf2a22a19b40f3fff00ec1f36600d6b07699ff10 | |
parent | 0f0cf2f00f576160661873bb2f15580145ee30a9 (diff) |
polkit: as we dropped support for the polkit bus transport, also drop its polkit policy
-rw-r--r-- | src/core/org.freedesktop.systemd1.policy.in.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/org.freedesktop.systemd1.policy.in.in b/src/core/org.freedesktop.systemd1.policy.in.in index 387677d396..fd771b4b26 100644 --- a/src/core/org.freedesktop.systemd1.policy.in.in +++ b/src/core/org.freedesktop.systemd1.policy.in.in @@ -27,17 +27,6 @@ <annotate key="org.freedesktop.policykit.exec.path">@rootlibexecdir@/systemd-reply-password</annotate> </action> - <action id="org.freedesktop.systemd1.bus-access"> - <_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">@bindir@/systemd-stdio-bridge</annotate> - </action> - <action id="org.freedesktop.systemd1.manage-units"> <_description>Manage system services or units</_description> <_message>Authentication is required to manage system services or units.</_message> |