ignore shell access on wlc
Bug: 238260741 Test: boot Change-Id: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Merged-In: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
parent
a895073188
commit
72a65a0100
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,5 @@ incidentd debugfs_wakeup_sources file b/237492091
|
|||
init-insmod-sh vendor_ready_prop property_service b/239364360
|
||||
kernel vendor_charger_debugfs dir b/238571150
|
||||
kernel vendor_usb_debugfs dir b/227121550
|
||||
shell sysfs_wlc dir b/238260741
|
||||
hal_contexthub_default fwk_stats_service service_manager b/241714943
|
||||
shell sscoredump_vendor_data_crashinfo_file dir b/241714944
|
||||
|
|
|
@ -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