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:
parent
71199d032e
commit
045f994310
6 changed files with 12 additions and 0 deletions
2
cheetah/platform_app.te
Normal file
2
cheetah/platform_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow platform_app hal_wireless_charger_service:service_manager find;
|
||||||
|
binder_call(platform_app, hal_wireless_charger)
|
2
cheetah/system_app.te
Normal file
2
cheetah/system_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow system_app hal_wireless_charger_service:service_manager find;
|
||||||
|
binder_call(system_app, hal_wireless_charger)
|
2
cloudripper/platform_app.te
Normal file
2
cloudripper/platform_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow platform_app hal_wireless_charger_service:service_manager find;
|
||||||
|
binder_call(platform_app, hal_wireless_charger)
|
2
cloudripper/system_app.te
Normal file
2
cloudripper/system_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow system_app hal_wireless_charger_service:service_manager find;
|
||||||
|
binder_call(system_app, hal_wireless_charger)
|
2
panther/platform_app.te
Normal file
2
panther/platform_app.te
Normal 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
2
panther/system_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow system_app hal_wireless_charger_service:service_manager find;
|
||||||
|
binder_call(system_app, hal_wireless_charger)
|
Loading…
Add table
Add a link
Reference in a new issue