msm8953-common: Solve some init denials

Change-Id: Id3cb44112e0219dd9d003ab1bf5acbf5762f095c
This commit is contained in:
Jeferson
2021-07-08 12:22:09 +00:00
committed by jeangraff30
parent f78ec94081
commit 7dc147b5d3
2 changed files with 8 additions and 0 deletions

View File

@@ -15,3 +15,10 @@ allow init hal_audio_default:binder call;
allow init platform_app:binder call; allow init platform_app:binder call;
allow init system_file:system module_load; allow init system_file:system module_load;
allow init hal_perf_default:binder call;
allow init sysfs_healthd:file setattr;
allow init hal_graphics_composer_default:binder call;
allow init same_process_hal_file:file execute;
allow init servicemanager:binder { call transfer };
allow init sysfs_healthd:file setattr;

View File

@@ -19,4 +19,5 @@ get_prop(vendor_init, moto_boot_prop)
set_prop(vendor_init, moto_boot_prop) set_prop(vendor_init, moto_boot_prop)
set_prop(vendor_init, vendor_fm_prop) set_prop(vendor_init, vendor_fm_prop)
allow vendor_init media_rw_data_file:file getattr;
allow vendor_init system_fps_data_file:dir create_dir_perms; allow vendor_init system_fps_data_file:dir create_dir_perms;