allow vendor init to access compaction_proactiveness
Bug: 332916849 Test: boot Change-Id: If1930fe0f174f2794296ded69d29420f2e59f6c2 Signed-off-by: Martin Liu <liumartin@google.com>
This commit is contained in:
parent
2ab2661048
commit
fb44539d8d
1 changed files with 1 additions and 0 deletions
1
vendor/vendor_init.te
vendored
1
vendor/vendor_init.te
vendored
|
@ -35,3 +35,4 @@ set_prop(vendor_init, vendor_ssrdump_prop)
|
||||||
# MM
|
# MM
|
||||||
allow vendor_init proc_watermark_scale_factor:file w_file_perms;
|
allow vendor_init proc_watermark_scale_factor:file w_file_perms;
|
||||||
allow vendor_init proc_percpu_pagelist_high_fraction:file w_file_perms;
|
allow vendor_init proc_percpu_pagelist_high_fraction:file w_file_perms;
|
||||||
|
allow vendor_init proc_compaction_proactiveness:file w_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue