From 812312fb1cfebb3b313b50b563bf22800010b1b3 Mon Sep 17 00:00:00 2001 From: Jack Wu Date: Sat, 29 Oct 2022 11:02:08 +0800 Subject: [PATCH] ignore shell access on wlc Bug: 261804136 Test: boot Change-Id: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Merged-In: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Signed-off-by: Jack Wu --- whitechapel_pro/shell.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel_pro/shell.te b/whitechapel_pro/shell.te index 978a5426..44ae0768 100644 --- a/whitechapel_pro/shell.te +++ b/whitechapel_pro/shell.te @@ -3,3 +3,6 @@ userdebug_or_eng(` allow shell sysfs_sjtag:dir r_dir_perms; allow shell sysfs_sjtag:file rw_file_perms; ') + +# wlc +dontaudit shell sysfs_wlc:dir search;