Merge "WLC: Add device specific sepolicy for wireless_charger"

This commit is contained in:
Ken Yang 2022-12-21 08:36:14 +00:00 committed by Android (Google) Code Review
commit 25fbcb8c93
6 changed files with 12 additions and 0 deletions

2
husky/platform_app.te Normal file
View file

@ -0,0 +1,2 @@
allow platform_app hal_wireless_charger_service:service_manager find;
binder_call(platform_app, hal_wireless_charger)

2
husky/system_app.te Normal file
View file

@ -0,0 +1,2 @@
allow system_app hal_wireless_charger_service:service_manager find;
binder_call(system_app, hal_wireless_charger)

View file

@ -0,0 +1,2 @@
allow platform_app hal_wireless_charger_service:service_manager find;
binder_call(platform_app, hal_wireless_charger)

2
ripcurrent/system_app.te Normal file
View file

@ -0,0 +1,2 @@
allow system_app hal_wireless_charger_service:service_manager find;
binder_call(system_app, hal_wireless_charger)

2
shiba/platform_app.te Normal file
View file

@ -0,0 +1,2 @@
allow platform_app hal_wireless_charger_service:service_manager find;
binder_call(platform_app, hal_wireless_charger)

2
shiba/system_app.te Normal file
View file

@ -0,0 +1,2 @@
allow system_app hal_wireless_charger_service:service_manager find;
binder_call(system_app, hal_wireless_charger)