1# Allow access to the SJTAG kernel interface from the shell
2userdebug_or_eng(`
3  allow shell sysfs_sjtag:dir r_dir_perms;
4  allow shell sysfs_sjtag:file rw_file_perms;
5')
6
7# wlc
8dontaudit shell sysfs_wlc:dir search;
9