Bluetooth: Allow QTI HAL service to access its logbuffer

Bug: 229691092
Test: Pass file permission check
Change-Id: Ic97bf3b23c452d20e5e32f3bafe2f6b2c5d2be3b
This commit is contained in:
Cheney Ni 2022-07-18 17:36:31 +00:00 committed by TreeHugger Robot
parent b51016a53f
commit 49a3cfae3a
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Bluetooth
# Bluetooth HAL service
/vendor/bin/hw/android\.hardware\.bluetooth@1\.0-service-qti u:object_r:hal_bluetooth_default_exec:s0
# Bluetooth Vendor nodes
/dev/btpower u:object_r:bt_device:s0
/dev/ttySAC18 u:object_r:hci_attach_dev:s0
# Bluetooth Debuggable HAL nodes
/dev/logbuffer_btpower u:object_r:logbuffer_device:s0
/dev/logbuffer_tty18 u:object_r:logbuffer_device:s0