Allow vendor_init to modify read_ahead_kb

Bug: 264489786
Change-Id: I26d5682b3b056c8c8e00fc08581c96dcbaa27ef9
This commit is contained in:
Wilson Sung 2023-02-08 02:16:34 +08:00
parent 4e02d08f95
commit 926deec5d4
2 changed files with 3 additions and 2 deletions

View file

@ -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(`

View file

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