[PATCH v2 3/3] android: Run services without logwrapper

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Those services now log directly to Android logger so no need for
logwrapper which was causing issues with SELinux.
---
 android/init.bluetooth.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/init.bluetooth.rc b/android/init.bluetooth.rc
index af62121..2d43f73 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
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux