Add 'sepolicy/' from tag 'android-15.0.0_r1'
git-subtree-dir: sepolicy git-subtree-mainline:5ac4bfe691
git-subtree-split:8c9dd0dbcd
Change-Id: If7ab7a231c42edd022de4786d0e0d92c6e77eef0
This commit is contained in:
commit
1f12b7b750
184 changed files with 3212 additions and 0 deletions
12
sepolicy/vendor/hal_bluetooth_btlinux.te
vendored
Normal file
12
sepolicy/vendor/hal_bluetooth_btlinux.te
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Allow access to always-on compute device node
|
||||
allow hal_bluetooth_btlinux aoc_device:chr_file rw_file_perms;
|
||||
allow hal_bluetooth_btlinux device:dir r_dir_perms;
|
||||
|
||||
allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
|
||||
allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
|
||||
|
||||
# Allow triggering uart skip suspend
|
||||
allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_file_perms;
|
||||
|
||||
# allow the HAL to call cccdktimesync registered callbacks
|
||||
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
|
Loading…
Add table
Add a link
Reference in a new issue