These are the SELinux policies for the sysfs files of the SJTAG kernel interface for WHI-PRO-based devices, now migrated to the tm-dev branch. The files are in the following directories: /sys/devices/platform/sjtag_ap/interface/ /sys/devices/platform/sjtag_gsa/interface/ Bug: 207571417 Bug: 224022297 Signed-off-by: Peter Csaszar <pcsaszar@google.com> Merged-in: I5ec50d9ff7cd0e08ade7acce21e73751e93a0aff Change-Id: I56da5763c31ab098859cbc633660897646fe7f3e
5 lines
171 B
Text
5 lines
171 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;
|
|
')
|