mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
git-subtree-dir: sepolicy git-subtree-mainline:5cd89d8075git-subtree-split:4a08341deaChange-Id: I48384ddf513f6de75e77a5c55ff848498a5e88b6
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# 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;
|
|
')
|
|
|
|
# wlc
|
|
dontaudit shell sysfs_wlc:dir search;
|