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
 
8
  <!-- Only root can own the service -->
9
  <policy user="root">
10
    <allow own="net.hadess.SwitcherooControl"/>
11
  </policy>
12
 
13
  <!-- Anyone can talk to the main interface -->
14
  <policy context="default">
15
 
16
    <allow send_destination="net.hadess.SwitcherooControl"
17
           send_interface="org.freedesktop.DBus.Introspectable"/>
18
    <allow send_destination="net.hadess.SwitcherooControl"
19
           send_interface="org.freedesktop.DBus.Peer"/>
20
    <allow send_destination="net.hadess.SwitcherooControl"
21
           send_interface="org.freedesktop.DBus.Properties"/>
22
    <allow send_destination="net.hadess.SwitcherooControl"
23
           send_interface="net.hadess.SwitcherooControl"/>
24
  </policy>
25
 
26
</busconfig>