kunlun2: Resolve power HAL denials on R
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
0b9dcc21d6
commit
d4a7573cd1
3 changed files with 4 additions and 0 deletions
1
sepolicy/private/flipendo.te
Normal file
1
sepolicy/private/flipendo.te
Normal file
|
@ -0,0 +1 @@
|
|||
binder_call(flipendo, hal_power_pixel);
|
|
@ -43,8 +43,10 @@ allow hal_power_pixel input_device:chr_file rw_file_perms;
|
|||
|
||||
allow hal_power_pixel hal_power_hwservice:hwservice_manager add;
|
||||
allow hal_power_pixel hidl_base_hwservice:hwservice_manager add;
|
||||
allow hal_power_pixel hal_power_service:service_manager add;
|
||||
binder_call(hal_power_pixel, hwservicemanager)
|
||||
binder_call(hal_power_pixel, hal_audio)
|
||||
binder_call(hal_power_pixel, servicemanager);
|
||||
|
||||
# To get hwservicemanager state
|
||||
get_prop(hal_power_pixel, hwservicemanager_prop)
|
||||
|
|
1
sepolicy/private/surfaceflinger.te
Normal file
1
sepolicy/private/surfaceflinger.te
Normal file
|
@ -0,0 +1 @@
|
|||
binder_call(surfaceflinger, hal_power_pixel);
|
Loading…
Reference in a new issue