blob: fa6ac40201376b2f99160225c18d9aa1d9f01e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy group="@TZ_SYS_USER_GROUP@">
<allow own="org.Murphy"/>
<allow receive_sender="org.Murphy"/>
<allow send_destination="org.Murphy"/>
</policy>
<policy context="default">
<allow receive_sender="org.Murphy"/>
<allow send_destination="org.Murphy"/>
</policy>
</busconfig>
|