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"?>
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
  <!-- Only root can own the service -->
8
  <policy user="root">
9
    <allow own="org.freedesktop.Accounts"/>
10
  </policy>
11
 
12
  <policy context="default">
13
    <allow send_destination="org.freedesktop.Accounts"/>
14
    <allow send_destination="org.freedesktop.Accounts"
15
           send_interface="org.freedesktop.DBus.Properties"/>
16
    <allow send_destination="org.freedesktop.Accounts"
17
           send_interface="org.freedesktop.DBus.Introspectable"/>
18
    <allow send_destination="org.freedesktop.Accounts.User"
19
           send_interface="org.freedesktop.DBus.Properties"/>
20
    <allow send_destination="org.freedesktop.Accounts.User"
21
           send_interface="org.freedesktop.DBus.Introspectable"/>
22
  </policy>
23
 
24
</busconfig>