ignore shell access on wlc

Bug: 261804136
Test: boot
Change-Id: I5f1d321df2daa2ec785e2ad1ac2e02478568b688
Merged-In: I5f1d321df2daa2ec785e2ad1ac2e02478568b688
Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
Jack Wu 2022-10-29 11:02:08 +08:00
parent daeff5e18c
commit 812312fb1c

View file

@ -3,3 +3,6 @@ userdebug_or_eng(`
allow shell sysfs_sjtag:dir r_dir_perms; allow shell sysfs_sjtag:dir r_dir_perms;
allow shell sysfs_sjtag:file rw_file_perms; allow shell sysfs_sjtag:file rw_file_perms;
') ')
# wlc
dontaudit shell sysfs_wlc:dir search;