WLC: Add device specific sepolicy for wireless_charger
Bug: 237600973 Change-Id: Iacbc5566e86360ab2d99a4742263876b1da18704 Signed-off-by: Ken Yang <yangken@google.com>
This commit is contained in:
parent
e533e18f61
commit
beb210db16
6 changed files with 12 additions and 0 deletions
2
husky/platform_app.te
Normal file
2
husky/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
husky/system_app.te
Normal file
2
husky/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
ripcurrent/platform_app.te
Normal file
2
ripcurrent/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
ripcurrent/system_app.te
Normal file
2
ripcurrent/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
shiba/platform_app.te
Normal file
2
shiba/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
shiba/system_app.te
Normal file
2
shiba/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