summaryrefslogtreecommitdiff
path: root/vpn/vpn-dbus.conf
blob: 8ebfc6b61c79b96fd825208d0c2bbdcdc89bf414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
	<policy user="root">
		<allow own="net.connman.vpn"/>
		<allow send_destination="net.connman.vpn"/>
		<allow send_interface="net.connman.vpn.Agent"/>
	</policy>
	<policy user="network_fw">
		<allow own="net.connman.vpn"/>
		<allow send_destination="net.connman.vpn"/>
		<allow send_interface="net.connman.vpn.Agent"/>
	</policy>
	<policy at_console="true">
		<allow send_destination="net.connman.vpn"/>
	</policy>
	<policy context="default">
		<deny own="net.connman.vpn"/>
		<deny send_destination="net.connman.vpn"/>
		<deny send_interface="net.connman.vpn.Agent"/>
	</policy>
</busconfig>