Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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
  <policy user="polkitd">
8
    <allow own="org.freedesktop.PolicyKit1"/>
9
  </policy>
10
 
11
  <policy context="default">
12
    <allow send_destination="org.freedesktop.PolicyKit1"/>
13
  </policy>
14
 
15
  <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface -->
16
  <policy user="polkitd">
17
    <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/>
18
  </policy>
19
 
20
</busconfig>