Merge 10952656
Merged-In: Ie0013212e15e6688f520e82aaca224ea97a6629a Change-Id: Ief1dc191c7669c9f14f0974fca46ebb4f8bfa2cc
This commit is contained in:
commit
9aa89940d0
9 changed files with 19 additions and 0 deletions
1
cheetah/cccdk_timesync_app.te
Normal file
1
cheetah/cccdk_timesync_app.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_service:service_manager find;
|
3
cheetah/file.te
Normal file
3
cheetah/file.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
# BT
|
||||
type vendor_bt_data_file, file_type, data_file_type;
|
||||
|
|
@ -2,3 +2,5 @@
|
|||
/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
|
||||
|
||||
/data/vendor/bluetooth(/.*)? u:object_r:vendor_bt_data_file:s0
|
||||
|
|
1
cheetah/grilservice_app.te
Normal file
1
cheetah/grilservice_app.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
|
3
cheetah/hal_bluetooth_btlinux.te
Normal file
3
cheetah/hal_bluetooth_btlinux.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
|
||||
allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
|
||||
|
3
panther/file.te
Normal file
3
panther/file.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
# BT
|
||||
type vendor_bt_data_file, file_type, data_file_type;
|
||||
|
|
@ -2,3 +2,5 @@
|
|||
/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
|
||||
|
||||
/data/vendor/bluetooth(/.*)? u:object_r:vendor_bt_data_file:s0
|
1
panther/grilservice_app.te
Normal file
1
panther/grilservice_app.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
|
3
panther/hal_bluetooth_btlinux.te
Normal file
3
panther/hal_bluetooth_btlinux.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
|
||||
allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue