summaryrefslogtreecommitdiffstats
path: root/src/bluetooth.conf
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-08 18:20:13 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-08 18:20:13 +0100
commit7a500893c81dbedf2ce0fb29b10ca6a8303f7e77 (patch)
tree44879acfe1d26e981a04150d21b25c431a0032b5 /src/bluetooth.conf
parent24b10e587ce2092197ea2b6239b9b76fb5f82998 (diff)
Use only send_destination statements
Diffstat (limited to 'src/bluetooth.conf')
-rw-r--r--src/bluetooth.conf27
1 files changed, 3 insertions, 24 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index eff38e28..ffe69d37 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -9,36 +9,15 @@
<policy user="root">
<allow own="org.bluez"/>
+ <allow send_destination="org.bluez"/>
</policy>
<policy at_console="true">
- <allow send_path="/"/>
-
- <allow send_destination="org.bluez.Manager"/>
- <allow receive_sender="org.bluez.Manager"/>
-
- <allow send_destination="org.bluez.Adapter"/>
- <allow receive_sender="org.bluez.Adapter"/>
-
- <allow send_destination="org.bluez.Device"/>
- <allow receive_sender="org.bluez.Device"/>
-
- <allow send_destination="org.bluez.Service"/>
- <allow receive_sender="org.bluez.Service"/>
+ <allow send_destination="org.bluez"/>
</policy>
<policy context="default">
- <deny send_destination="org.bluez.Manager"/>
- <deny receive_sender="org.bluez.Manager"/>
-
- <deny send_destination="org.bluez.Adapter"/>
- <deny receive_sender="org.bluez.Adapter"/>
-
- <deny send_destination="org.bluez.Device"/>
- <deny receive_sender="org.bluez.Device"/>
-
- <deny send_destination="org.bluez.Service"/>
- <deny receive_sender="org.bluez.Service"/>
+ <deny send_destination="org.bluez"/>
</policy>
</busconfig>