msm8953-common: Solve some init denials
Change-Id: Id3cb44112e0219dd9d003ab1bf5acbf5762f095c
This commit is contained in:
7
sepolicy/vendor/init.te
vendored
7
sepolicy/vendor/init.te
vendored
@@ -15,3 +15,10 @@ allow init hal_audio_default:binder call;
|
||||
allow init platform_app:binder call;
|
||||
|
||||
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;
|
||||
|
||||
1
sepolicy/vendor/vendor_init.te
vendored
1
sepolicy/vendor/vendor_init.te
vendored
@@ -19,4 +19,5 @@ get_prop(vendor_init, moto_boot_prop)
|
||||
set_prop(vendor_init, moto_boot_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;
|
||||
|
||||
Reference in New Issue
Block a user