Add sepolicy for aidl bt extension hal in grilservice app
Bug: 280970790 Test: make sepolicy and manual test Change-Id: Ic0dab76988ee80cae72091d6e8eb0e97c651e594
This commit is contained in:
parent
c75bf5eb69
commit
e6ddf5d1f6
3 changed files with 4 additions and 0 deletions
2
oriole-sepolicy.mk
Normal file
2
oriole-sepolicy.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Oriole only sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/oriole
|
1
oriole/grilservice_app.te
Normal file
1
oriole/grilservice_app.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
|
1
raven/grilservice_app.te
Normal file
1
raven/grilservice_app.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
|
Loading…
Add table
Add a link
Reference in a new issue