You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.7 KiB
43 lines
1.7 KiB
6 years ago
|
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
|
||
|
<!DOCTYPE busconfig PUBLIC
|
||
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
<!-- Only root can own the service -->
|
||
|
<policy user="root">
|
||
|
<allow own="org.trinitydesktop.tdebluez"/>
|
||
|
<allow send_destination="org.bluez"/>
|
||
|
<allow send_destination="org.trinitydesktop.tdebluez"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.bluez.Agent1"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy at_console="true">
|
||
|
<!-- Users with physical access to the machine are allowed access -->
|
||
|
<allow send_destination="org.bluez"/>
|
||
|
<allow send_destination="org.trinitydesktop.tdebluez"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.bluez.Agent1"/>
|
||
|
</policy>
|
||
|
|
||
|
<!-- allow users of bluetooth group to communicate -->
|
||
|
<policy group="bluetooth">
|
||
|
<allow own="org.trinitydesktop.tdebluez"/>
|
||
|
<allow send_destination="org.bluez"/>
|
||
|
<allow send_destination="org.trinitydesktop.tdebluez"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||
|
<allow send_path="/org/trinitydesktop/tdebluez"
|
||
|
send_interface="org.bluez.Agent1"/>
|
||
|
</policy>
|
||
|
|
||
|
<policy context="default">
|
||
|
<!-- Everyone else is denied access -->
|
||
|
<deny send_destination="org.trinitydesktop.tdebluez"/>
|
||
|
</policy>
|
||
|
</busconfig>
|