Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<!DOCTYPE busconfig PUBLIC
2
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
<busconfig>
5
  <policy user="geoclue">
6
    <allow send_interface="org.freedesktop.GeoClue2.Agent"
7
           send_path="/org/freedesktop/GeoClue2/Agent"/>
8
    <allow send_interface="org.freedesktop.DBus.Properties"
9
           send_path="/org/freedesktop/GeoClue2/Agent"/>
10
  </policy>
11
 
12
  <policy user="root">
13
    <allow send_interface="org.freedesktop.GeoClue2.Agent"
14
           send_path="/org/freedesktop/GeoClue2/Agent"/>
15
    <allow send_interface="org.freedesktop.DBus.Properties"
16
           send_path="/org/freedesktop/GeoClue2/Agent"/>
17
  </policy>
18
</busconfig>