Allow vendor_init to modify proc_sched

Bug: 263185566
Change-Id: I4a333ffd423e88af81e4c244cc7140ebd826a170
This commit is contained in:
Wilson Sung 2023-02-08 12:28:31 +08:00
parent df495af425
commit 5dbc57e7ae
2 changed files with 1 additions and 1 deletions

View file

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

View file

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