Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 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
  <!-- This config allows anyone to control ModemManager -->
6
 
7
  <policy context="default">
8
    <allow send_destination="org.freedesktop.ModemManager"/>
9
  </policy>
10
 
11
  <policy user="root">
12
    <allow own="org.freedesktop.ModemManager"/>
13
  </policy>
14
 
15
  <limit name="max_replies_per_connection">512</limit>
16
</busconfig>
17