Bug: 238260741 Test: boot Change-Id: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Merged-In: I5f1d321df2daa2ec785e2ad1ac2e02478568b688 Signed-off-by: Jack Wu <wjack@google.com>
8 lines
216 B
Text
8 lines
216 B
Text
# Allow access to the SJTAG kernel interface from the shell
|
|
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;
|