summaryrefslogtreecommitdiff
path: root/Gypsy.conf
blob: 95d555235f8520d88e2765e6cd2edf96dcacf740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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="org.freedesktop.Gypsy"/>
		<allow send_destination="org.freedesktop.Gypsy"/>
		<allow send_interface="org.freedesktop.Gypsy"/>
	</policy>
	<policy at_console="true">
		<allow own="org.freedesktop.Gypsy"/>
		<allow send_destination="org.freedesktop.Gypsy"/>
		<allow send_interface="org.freedesktop.Gypsy"/>
	</policy>
</busconfig>