allow bthal to access vendor bluetooth folder

Bug: 316071157
Test: enable vendor btsnoop property and check the vendor snoop log
Flag: EXEMPT .
Change-Id: I5b1b9f475089313c205ae384589e07414497a72b
This commit is contained in:
Limon Mia 2023-12-26 07:53:45 +00:00
parent 804c6d80bb
commit bb2d2ad0c9
3 changed files with 7 additions and 0 deletions

3
vendor/hal_bluetooth_btlinux.te vendored Normal file
View 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;