Files
Steve Pfetsch a749875aa0 sepolicy: Allow adb shell access to ftm4 autotune sysfs node
Bug: 63911898
Change-Id: Id39f48709253ce96ae7910f4e3157e2c2eda558a
2017-08-07 11:27:12 -07:00

4 lines
155 B
Plaintext

# allow adb to access /sys/devices/virtual/input/ftm4_touch/autotune
allow shell sysfs_touch:dir search;
allow shell sysfs_touch_shell:file rw_file_perms;