9 lines
266 B
Text
9 lines
266 B
Text
allow shell eco_service:service_manager find;
|
|
|
|
# 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;
|
|
')
|
|
|
|
dontaudit shell sysfs_vendor_sched:dir search;
|