summaryrefslogtreecommitdiff
path: root/PackageKit.conf.in
diff options
context:
space:
mode:
authorRobin Norwood <rnorwood@redhat.com>2007-11-02 14:59:46 -0400
committerRobin Norwood <rnorwood@redhat.com>2007-11-02 14:59:46 -0400
commit2299ad6249fe80b62bd2d5908c6b46b3966f2b2a (patch)
tree90554befc0696747577b4cbfbf8097533923e28a /PackageKit.conf.in
parentc4c715191ec08f63d5d4fbfd937a8482db9b35ab (diff)
Move /etc/dbus-1/system.d/PackageKit.conf to /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf based upon feedback from David Zeuthen.
Diffstat (limited to 'PackageKit.conf.in')
-rw-r--r--PackageKit.conf.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/PackageKit.conf.in b/PackageKit.conf.in
deleted file mode 100644
index 708f2ebe..00000000
--- a/PackageKit.conf.in
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
- <!-- This configuration file specifies the required security policies
- for the PackageKit to work. -->
-
- <!-- Only root or user @PACKAGEKIT_USER@ can own the PackageKit service -->
- <policy user="@PACKAGEKIT_USER@">
- <allow own="org.freedesktop.PackageKit"/>
- </policy>
- <policy user="root">
- <allow own="org.freedesktop.PackageKit"/>
- </policy>
-
- <!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
- <policy context="default">
- <deny send_interface="org.freedesktop.PackageKit"/>
- </policy>
-
- <!-- This will not work if pam_console support is not enabled -->
- <policy at_console="true">
- <allow send_interface="org.freedesktop.PackageKit"/>
- </policy>
-
- <!-- You can change this to a more suitable user, or make per-group -->
- <policy user="0">
- <allow send_interface="org.freedesktop.PackageKit"/>
- </policy>
-
-</busconfig>
-