summaryrefslogtreecommitdiff
path: root/package/bluez/files/bluetooth.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-05 17:17:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-05 17:17:19 +0100
commitad6880eef71d01101c2b216a5462dd9ae116542c (patch)
tree693dbbb3871b3dea9d38d74ca655ceefdc6d349d /package/bluez/files/bluetooth.conf
parent4fcc7439fb4e203f510e133a21e1bf9150b79368 (diff)
fix some bluetooth packaging bugs
Diffstat (limited to 'package/bluez/files/bluetooth.conf')
-rw-r--r--package/bluez/files/bluetooth.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/bluez/files/bluetooth.conf b/package/bluez/files/bluetooth.conf
new file mode 100644
index 000000000..796354692
--- /dev/null
+++ b/package/bluez/files/bluetooth.conf
@@ -0,0 +1,31 @@
+<!-- This configuration file specifies the required security policies
+ for Bluetooth core daemon to work. -->
+
+<!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="org.bluez"/>
+ <allow send_destination="org.bluez"/>
+ <allow send_interface="org.bluez.Agent"/>
+ </policy>
+
+ <policy at_console="true">
+ <allow send_destination="org.bluez"/>
+ </policy>
+
+ <!-- allow users of lp group (printing subsystem) to
+ communicate with bluetoothd
+ <policy group="lp">
+ <allow send_destination="org.bluez"/>
+ </policy>
+ -->
+
+ <policy context="default">
+ <deny send_destination="org.bluez"/>
+ </policy>
+
+</busconfig>