From 19419cbdb30c6efc358b4ed4f92ab205507c179d Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Fri, 14 Oct 2022 09:26:40 +0800 Subject: [PATCH] allow vendor_init to acces watermark_scale_factor Bug: 251881967 Test: boot Signed-off-by: Martin Liu Change-Id: I0840cf19f9c3120aaacc49de751fdd0a55aebf5f --- whitechapel_pro/vendor_init.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel_pro/vendor_init.te b/whitechapel_pro/vendor_init.te index a82ad9f1..5de29166 100644 --- a/whitechapel_pro/vendor_init.te +++ b/whitechapel_pro/vendor_init.te @@ -38,3 +38,6 @@ set_prop(vendor_init, vendor_display_prop) # Battery Mitigation set_prop(vendor_init, vendor_startup_bugreport_requested_prop) + +# MM +allow vendor_init proc_watermark_scale_factor:file w_file_perms;