Subversion Repositories configs

Rev

Go to most recent revision | 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
  <!-- This config allows anyone to control ModemManager -->
6
 
7
  <policy context="default">
8
    <allow send_destination="org.freedesktop.ModemManager1"/>
9
  </policy>
10
 
11
  <policy user="root">
12
    <allow own="org.freedesktop.ModemManager1"/>
13
  </policy>
14
</busconfig>
15