blob: e13e744e444c0eb4109ba040185ddf20b0649bf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 proc_vendor_sched:dir search;
dontaudit shell proc_vendor_sched:file write;
dontaudit shell sysfs_wlc:dir search;
|