diff --git a/sepolicy/vendor/init.te b/sepolicy/vendor/init.te index 8f8926d..b2f125c 100644 --- a/sepolicy/vendor/init.te +++ b/sepolicy/vendor/init.te @@ -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; diff --git a/sepolicy/vendor/vendor_init.te b/sepolicy/vendor/vendor_init.te index 2420f55..5411d8b 100644 --- a/sepolicy/vendor/vendor_init.te +++ b/sepolicy/vendor/vendor_init.te @@ -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;