From d34b17e30eb8c0bb326bd95f89a9cb2a3a7bfd63 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Fri, 10 Jun 2022 06:29:39 +0000 Subject: [PATCH] suppress warning on writing key Bug: 235553565 Test: boot to home with no relevant error Change-Id: I43bd360eabb55f504b48bb940d951d197256c593 --- whitechapel/vendor/google/init-insmod-sh.te | 1 + 1 file changed, 1 insertion(+) diff --git a/whitechapel/vendor/google/init-insmod-sh.te b/whitechapel/vendor/google/init-insmod-sh.te index 9b2da73d..34d5bc3f 100644 --- a/whitechapel/vendor/google/init-insmod-sh.te +++ b/whitechapel/vendor/google/init-insmod-sh.te @@ -14,3 +14,4 @@ userdebug_or_eng(` ') dontaudit init-insmod-sh proc_cmdline:file r_file_perms; +dontaudit init-insmod-sh self:key write;