Merge "Allow vendor_init to modify proc_sched"
This commit is contained in:
commit
c1888e24fc
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ dontaudit vendor_init vendor_init:lockdown { integrity };
|
|||
dontaudit vendor_init sg_device:chr_file { getattr };
|
||||
# b/263185566
|
||||
dontaudit vendor_init bootdevice_sysdev:file { create };
|
||||
dontaudit vendor_init proc_sched:file { write };
|
||||
# b/264490095
|
||||
userdebug_or_eng(`
|
||||
permissive vendor_init;
|
||||
|
|
1
vendor/vendor_init.te
vendored
1
vendor/vendor_init.te
vendored
|
@ -4,4 +4,5 @@ set_prop(vendor_init, vendor_fingerprint_prop)
|
|||
set_prop(vendor_init, vendor_battery_defender_prop)
|
||||
|
||||
allow vendor_init proc_dirty:file w_file_perms;
|
||||
allow vendor_init proc_sched:file w_file_perms;
|
||||
allow vendor_init modem_img_file:filesystem { getattr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue