source: applications/net_connector/net-connector.conf @ 969

Revision 969, 1.2 KB checked in by Thanatermesis, 17 months ago (diff)

imported net-connector

Line 
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
6  <policy user="root">
7    <allow own="org.netcon.NetConnector"/>
8    <allow send_destination="org.netcon.NetConnector"/>
9    <allow send_interface="org.netcon.NetConnector"/>
10  </policy>
11  <policy at_console="true">
12    <allow send_destination="org.netcon.NetConnector"/>
13    <allow send_interface="org.netcon.NetConnector"/>
14  </policy>
15  <policy context="default">
16    <allow own="org.netcon.NetConnector"/>
17    <allow send_destination="org.netcon.NetConnector"/>
18    <allow send_interface="org.netcon.NetConnector"/>
19  </policy>
20
21  <policy user="root">
22    <allow own="org.net.NetConnectorCL"/>
23    <allow send_destination="org.net.NetConnectorCL"/>
24    <allow send_interface="org.net.NetConnectorCL"/>
25  </policy>
26  <policy at_console="true">
27    <allow send_destination="org.net.NetConnectorCL"/>
28    <allow send_interface="org.net.NetConnectorCL"/>
29  </policy>
30  <policy context="default">
31    <allow own="org.net.NetConnectorCL"/>
32    <allow send_destination="org.net.NetConnectorCL"/>
33    <allow send_interface="org.net.NetConnectorCL"/>
34  </policy>
35
36</busconfig>
Note: See TracBrowser for help on using the repository browser.