sm6375-common: sepolicy: Allow vendor_init write to proc_sched
Change-Id: I7665a5f03f3ce383e00956b67023626604422093
This commit is contained in:
parent
3491348ec3
commit
8931f83873
1 changed files with 1 additions and 1 deletions
2
sepolicy/vendor/vendor_init.te
vendored
2
sepolicy/vendor/vendor_init.te
vendored
|
@ -3,5 +3,5 @@ set_prop(vendor_init, vendor_ims_prop)
|
||||||
set_prop(vendor_init, vendor_mot_hw_prop)
|
set_prop(vendor_init, vendor_mot_hw_prop)
|
||||||
allow vendor_init proc_sysctl_schedboost:file w_file_perms;
|
allow vendor_init proc_sysctl_schedboost:file w_file_perms;
|
||||||
allow vendor_init proc_sched_lib_mask_cpuinfo:file w_file_perms;
|
allow vendor_init proc_sched_lib_mask_cpuinfo:file w_file_perms;
|
||||||
|
allow vendor_init proc_sched:file w_file_perms;
|
||||||
allow init vendor_sysfs_scsi_host:file w_file_perms;
|
allow init vendor_sysfs_scsi_host:file w_file_perms;
|
||||||
|
|
Loading…
Reference in a new issue