allow vendor init to access compaction_proactiveness

Bug: 332916849
Test: boot
Change-Id: Id640b5ae489e003e9b3bad6054f415f3742832c5
Signed-off-by: Martin Liu <liumartin@google.com>
This commit is contained in:
Martin Liu 2024-04-11 02:10:11 +00:00
parent 7bbfd1f3da
commit a5660dceda

View file

@ -7,3 +7,6 @@ allow vendor_init tee_data_file:lnk_file read;
userdebug_or_eng(`
set_prop(vendor_init, vendor_imssvc_prop)
')
# MM
allow vendor_init proc_compaction_proactiveness:file w_file_perms;