allow vendor init to access compaction_proactiveness

Bug: 332916849
Test: boot
Change-Id: Id640b5ae489e003e9b3bad6054f415f3742832c5
Merged-In: 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 a1d7364f1f
commit 1270b7766d

View file

@ -2,3 +2,6 @@
set_prop(vendor_init, vendor_usb_config_prop)
set_prop(vendor_init, vendor_display_prop)
allow vendor_init tee_data_file:lnk_file read;
# MM
allow vendor_init proc_compaction_proactiveness:file w_file_perms;