Add sepolicy for aidl bt extension hal
Bug: 274906319 Test: build pass and manual test Change-Id: Id54796fec22e790a197255f2db4ba23b4a58212d
This commit is contained in:
parent
d90ebc1fdb
commit
8831352474
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@ app_domain(grilservice_app)
|
|||
|
||||
allow grilservice_app app_api_service:service_manager find;
|
||||
allow grilservice_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
allow grilservice_app hal_bluetooth_coexistence_service:service_manager find;
|
||||
allow grilservice_app hal_radioext_hwservice:hwservice_manager find;
|
||||
allow grilservice_app hal_wifi_ext_hwservice:hwservice_manager find;
|
||||
allow grilservice_app hal_wifi_ext_service:service_manager find;
|
||||
|
|
|
@ -19,6 +19,7 @@ allow hal_radioext_default radio_vendor_data_file:file create_file_perms;
|
|||
|
||||
# Bluetooth
|
||||
allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
allow hal_radioext_default hal_bluetooth_coexistence_service:service_manager find;
|
||||
|
||||
# Twoshay
|
||||
binder_use(hal_radioext_default)
|
||||
|
|
3
vendor/cccdk_timesync_app.te
vendored
3
vendor/cccdk_timesync_app.te
vendored
|
@ -2,6 +2,7 @@ type vendor_cccdktimesync_app, domain;
|
|||
app_domain(vendor_cccdktimesync_app)
|
||||
|
||||
allow vendor_cccdktimesync_app app_api_service:service_manager find;
|
||||
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_service:service_manager find;
|
||||
|
||||
binder_call(vendor_cccdktimesync_app, hal_bluetooth_btlinux)
|
||||
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue