Skip to content

Commit 1118723

Browse files
committed
nitrogen6x: init.rc: fix uim-sysfs selinux label
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
1 parent a033c8c commit 1118723

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nitrogen6x/init.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ on boot
7474
setprop gsm.ril.delay 15
7575
setprop ro.ril.wake_lock_timeout 300
7676

77-
# No bluetooth hardware present
7877
setprop wlan.interface wlan0
7978
setprop wifi.interface wlan0
8079

@@ -119,9 +118,10 @@ on fs
119118

120119
#shared transport user space mgr service for Bluetooth, FM and GPS
121120
service uim /system/bin/uim-sysfs
122-
class core
123-
user bluetooth
124-
group bluetooth net_bt_admin
121+
class core
122+
user bluetooth
123+
group bluetooth net_bt_admin
124+
seclabel u:r:hci_attach:s0
125125

126126
service expose-leds /system/bin/expose-leds
127127
oneshot

0 commit comments

Comments
 (0)