ignore shell access on wlc
Bug: 238260741 Test: boot Change-Id: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
parent
b26281d43b
commit
7e6dc0eabb
2 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,5 @@ shell mirror_data_file dir b/239484612
|
|||
shell postinstall_mnt_dir dir b/239484612
|
||||
shell rootfs file b/239484612
|
||||
shell sscoredump_vendor_data_crashinfo_file dir b/241714944
|
||||
shell sysfs_wlc dir b/238260741
|
||||
shell system_dlkm_file dir b/239484612
|
||||
su modem_img_file filesystem b/240653918
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue