summaryrefslogtreecommitdiff
path: root/android/init.bluetooth.rc
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-15 15:07:55 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-15 17:03:22 +0100
commit0831238284de7dcf994bf9e2c350bb9acdc959e2 (patch)
tree9f19ca4474fd81301017abe891e4105783bd10dc /android/init.bluetooth.rc
parent0c8820004f9b5c2cd4780112fcd55fe8606ea4f1 (diff)
downloadbluez-0831238284de7dcf994bf9e2c350bb9acdc959e2.tar.gz
android: Run services without logwrapper
Those services now log directly to Android logger so no need for logwrapper which was causing issues with SELinux.
Diffstat (limited to 'android/init.bluetooth.rc')
-rw-r--r--android/init.bluetooth.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/init.bluetooth.rc b/android/init.bluetooth.rc
index af6212137..2d43f73bf 100644
--- a/android/init.bluetooth.rc
+++ b/android/init.bluetooth.rc
@@ -21,7 +21,7 @@ on property:bluetooth.stop=snoop
setprop bluetooth.stop none
stop bluetoothd-snoop
-service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd
+service bluetoothd /system/bin/bluetoothd
class main
# init does not yet support setting capabilities so run as root,
# bluetoothd drop uid to bluetooth with the right linux capabilities
@@ -29,7 +29,7 @@ service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd
disabled
oneshot
-service bluetoothd-snoop /system/bin/logwrapper /system/bin/bluetoothd-snoop
+service bluetoothd-snoop /system/bin/bluetoothd-snoop
class main
# init does not yet support setting capabilities so run as root,
# bluetoothd-snoop drops unneeded linux capabilities