diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 04:03:18 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 04:03:18 (GMT) |
commit | 26fb5caadf1e867534d21f3f43bef498fd7fd4ab (patch) | |
tree | 327d75b9ff2292b24f58f7aa592707e0c56e075d /abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch | |
parent | de54a67312676aa4ff4ece39a974cf19f6e2cae2 (diff) | |
download | linhes_pkgbuild-26fb5caadf1e867534d21f3f43bef498fd7fd4ab.zip linhes_pkgbuild-26fb5caadf1e867534d21f3f43bef498fd7fd4ab.tar.gz linhes_pkgbuild-26fb5caadf1e867534d21f3f43bef498fd7fd4ab.tar.bz2 |
Policykit:Updated to latest.
Diffstat (limited to 'abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch')
-rw-r--r-- | abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch b/abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch new file mode 100644 index 0000000..fa84936 --- /dev/null +++ b/abs/extra-testing/policykit/polkit-0.8-dbus-policy.patch @@ -0,0 +1,12 @@ +--- PolicyKit-0.8.orig/polkitd/org.freedesktop.PolicyKit.conf.in 2008-12-08 10:55:12.000000000 -0500 ++++ PolicyKit-0.8/polkitd/org.freedesktop.PolicyKit.conf.in 2008-12-08 12:05:33.000000000 -0500 +@@ -8,4 +8,9 @@ + <policy user="@polkituser@"> + <allow own="org.freedesktop.PolicyKit"/> + </policy> ++ ++ <!-- any user can talk to the service (fd.o #18948) --> ++ <policy context="default"> ++ <allow send_destination="org.freedesktop.PolicyKit"/> ++ </policy> + </busconfig> |