WLC: Add device specific sepolicy for wireless_charger

Bug: 263561134
Bug: 237600973
Change-Id: I95af98c9b7c2244522ba7e943b769e3e454edc20
Signed-off-by: Ken Yang <yangken@google.com>
This commit is contained in:
Ken Yang 2022-12-23 11:05:52 +00:00
parent 9a42f28172
commit 02379ea5d9
2 changed files with 4 additions and 0 deletions

2
vendor/platform_app.te vendored 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
vendor/system_app.te vendored 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)