WLC: Add device specific sepolicy for wireless_charger

Bug: 237600973
Change-Id: Icbe5ed0d69c5fd1cf1eb248388324dd5ca59d40a
Signed-off-by: Ken Yang <yangken@google.com>
This commit is contained in:
Ken Yang 2022-12-16 05:54:32 +00:00
parent 71199d032e
commit 045f994310
6 changed files with 12 additions and 0 deletions

2
panther/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
panther/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)