| 192 |
- |
1 |
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
|
|
|
2 |
|
|
|
3 |
<!DOCTYPE busconfig PUBLIC
|
|
|
4 |
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
|
5 |
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
6 |
<busconfig>
|
|
|
7 |
|
|
|
8 |
<!-- This configuration file specifies the required security policies
|
|
|
9 |
for the PackageKit to work. -->
|
|
|
10 |
|
|
|
11 |
<!-- Only user root can own the PackageKit service -->
|
|
|
12 |
<policy user="root">
|
|
|
13 |
<allow own="org.freedesktop.PackageKit"/>
|
|
|
14 |
</policy>
|
|
|
15 |
|
|
|
16 |
<!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
|
|
|
17 |
<policy context="default">
|
|
|
18 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
19 |
send_interface="org.freedesktop.PackageKit"/>
|
|
|
20 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
21 |
send_interface="org.freedesktop.PackageKit.Transaction"/>
|
|
|
22 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
23 |
send_interface="org.freedesktop.PackageKit.Offline"/>
|
|
|
24 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
25 |
send_interface="org.freedesktop.DBus.Properties"/>
|
|
|
26 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
27 |
send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
|
28 |
<allow send_destination="org.freedesktop.PackageKit"
|
|
|
29 |
send_interface="org.freedesktop.DBus.Peer"/>
|
|
|
30 |
</policy>
|
|
|
31 |
|
|
|
32 |
</busconfig>
|
|
|
33 |
|