Modify name from sysfs_vendor_sched to proc_vendor_sched Test: without avc denial Bug: 216207007 Signed-off-by: chungkai <chungkai@google.com> Change-Id: Ic113b2d8ee1d3ae1ced9985636b17ef1e7657a84
10 lines
311 B
Text
10 lines
311 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 proc_vendor_sched:dir search;
|
|
dontaudit shell proc_vendor_sched:file write;
|