summaryrefslogtreecommitdiffstats
path: root/dbus/config/io.mainframe.shopsystem.InputDevice.conf
blob: 15ad43d560f74648021d22273932e93ba5e0bda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

	<!-- ../system.conf have denied everything, so we just punch some holes -->

	<policy user="root">
		<allow own="io.mainframe.shopsystem.InputDevice"/>
		<allow send_destination="io.mainframe.shopsystem.InputDevice"/>
	</policy>

	<policy user="shop">
		<allow own="io.mainframe.shopsystem.InputDevice"/>
		<allow send_destination="io.mainframe.shopsystem.InputDevice"/>
	</policy>

</busconfig>