Merge "WLC: Add device specific sepolicy for wireless_charger"
This commit is contained in:
commit
25fbcb8c93
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