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