20 lines
614 B
Plaintext
20 lines
614 B
Plaintext
<!-- /usr/share/dbus-1/system.d/com.revolutionpi.ios1.conf -->
|
|
<busconfig>
|
|
<!-- Allow full access to root as the bus owner -->
|
|
<policy user="root">
|
|
<allow own="com.revolutionpi.ios1"/>
|
|
<allow send_destination="com.revolutionpi.ios1"/>
|
|
<allow receive_sender="com.revolutionpi.ios1"/>
|
|
</policy>
|
|
|
|
<!-- System group picontrol -->
|
|
<policy group="picontrol">
|
|
<allow send_destination="com.revolutionpi.ios1"/>
|
|
</policy>
|
|
|
|
<!-- Standard-Policy -->
|
|
<policy context="default">
|
|
<deny send_destination="com.revolutionpi.ios1"/>
|
|
</policy>
|
|
</busconfig>
|