sdm660: Add file permissions for BT LAZY HAL
This patch enables file permissions for bt lazy shared object. Change-Id: I8e523466624a143f62448ba0689ab0d0af45a0eb
This commit is contained in:
parent
ea63200f0e
commit
075777c9ad
1 changed files with 12 additions and 0 deletions
12
config.fs
12
config.fs
|
@ -31,6 +31,18 @@ user: AID_SYSTEM
|
|||
group: AID_SYSTEM
|
||||
caps: BLOCK_SUSPEND NET_ADMIN
|
||||
|
||||
[vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti-lazy]
|
||||
mode: 0755
|
||||
user: AID_BLUETOOTH
|
||||
group: AID_BLUETOOTH
|
||||
caps: BLOCK_SUSPEND NET_ADMIN
|
||||
|
||||
[system/vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti-lazy]
|
||||
mode: 0755
|
||||
user: AID_SYSTEM
|
||||
group: AID_SYSTEM
|
||||
caps: BLOCK_SUSPEND NET_ADMIN
|
||||
|
||||
[system/bin/cnss-daemon]
|
||||
mode: 0755
|
||||
user: AID_BLUETOOTH
|
||||
|
|
Loading…
Reference in a new issue