device_google_zumapro/vendor/vendor_init.te
Martin Liu 8c4445390a allow vendor init to access percpu_pagelist_high_fraction
Bug: 333838316
Test: boot
Change-Id: I4b29278c4a7be10609e0aaafe99603d4762f64b6
Signed-off-by: Martin Liu <liumartin@google.com>
2024-04-11 15:03:58 +00:00

8 lines
296 B
Text

# USB property
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;
allow vendor_init proc_percpu_pagelist_high_fraction:file w_file_perms;