ignore shell access on wlc am: 812312fb1c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/20677740

Change-Id: I12bf3f89227c1d3cab0ea2ac5863bfbcaf7eb6f9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jack Wu 2022-12-12 06:50:08 +00:00 committed by Automerger Merge Worker
commit e5974267f8

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;