Add sepolicy for allowing accessing bluetooth uart and lpm related
device nodes * set /dev/ttySAC18, /dev/logbuffer_tty18 and /dev/logbuffer_btlpm device node permission for P22 bluetooth projacts Bug: 207062775 Bug: 208721525 Test: Manually Change-Id: I17d70d7464d3381aeb166a663d0276e29951ce0b
This commit is contained in:
parent
e155e6b2e4
commit
4ff33060db
4 changed files with 17 additions and 0 deletions
4
cheetah/file_contexts
Normal file
4
cheetah/file_contexts
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Bluetooth
|
||||
/dev/ttySAC18 u:object_r:hci_attach_dev:s0
|
||||
/dev/logbuffer_btlpm u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_tty18 u:object_r:logbuffer_device:s0
|
|
@ -1,3 +1,8 @@
|
|||
# Haptics
|
||||
/dev/snd/pcmC0D24p u:object_r:vibrator_snd_device:s0
|
||||
/dev/snd/pcmC1D24p u:object_r:vibrator_snd_device:s0
|
||||
|
||||
# Bluetooth
|
||||
/dev/ttySAC18 u:object_r:hci_attach_dev:s0
|
||||
/dev/logbuffer_btlpm u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_tty18 u:object_r:logbuffer_device:s0
|
||||
|
|
4
panther/file_contexts
Normal file
4
panther/file_contexts
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Bluetooth
|
||||
/dev/ttySAC18 u:object_r:hci_attach_dev:s0
|
||||
/dev/logbuffer_btlpm u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_tty18 u:object_r:logbuffer_device:s0
|
4
ravenclaw/file_contexts
Normal file
4
ravenclaw/file_contexts
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Bluetooth
|
||||
/dev/ttySAC18 u:object_r:hci_attach_dev:s0
|
||||
/dev/logbuffer_btlpm u:object_r:logbuffer_device:s0
|
||||
/dev/logbuffer_tty18 u:object_r:logbuffer_device:s0
|
Loading…
Add table
Add a link
Reference in a new issue