sm6375-common: sepolicy: Allow vendor_init write to proc_sched

Change-Id: I7665a5f03f3ce383e00956b67023626604422093
This commit is contained in:
me-cafebabe 2024-07-21 20:16:00 +05:30 committed by Anand S
parent 3491348ec3
commit 8931f83873
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -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;