projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6de4cf
)
Fix D-Bus policy to work with non-permissive D-Bus
author
David Zeuthen
<davidz@redhat.com>
Mon, 11 May 2009 14:33:44 +0000
(10:33 -0400)
committer
David Zeuthen
<davidz@redhat.com>
Mon, 11 May 2009 14:33:44 +0000
(10:33 -0400)
data/org.freedesktop.PolicyKit1.conf.in
patch
|
blob
|
history
diff --git
a/data/org.freedesktop.PolicyKit1.conf.in
b/data/org.freedesktop.PolicyKit1.conf.in
index ad602a7f49689016f770e7311e5415eec778c4a8..c8ef513e38972437b3e4ee8f42bae33b2ea11801 100644
(file)
--- a/
data/org.freedesktop.PolicyKit1.conf.in
+++ b/
data/org.freedesktop.PolicyKit1.conf.in
@@
-7,4
+7,14
@@
<policy user="root">
<allow own="org.freedesktop.PolicyKit1"/>
</policy>
+
+ <policy context="default">
+ <allow send_destination="org.freedesktop.PolicyKit1"/>
+ </policy>
+
+ <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface -->
+ <policy user="root">
+ <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/>
+ </policy>
+
</busconfig>