android_device_xiaomi_sdm66.../sepolicy/vendor/hal_power_default.te
dianlujitao 684521256a
sdm660-common: sepolicy: Label new TP node
Change-Id: Id55db9b6614320650c8c61e698f71ddc9f04d086
2020-08-12 02:02:38 +06:00

7 lines
313 B
Text

allow hal_power_default sysfs_touchpanel:file rw_file_perms;
allow hal_power_default proc_dt2w:file rw_file_perms;
allow hal_power_default sysfs_tap_to_wake:file rw_file_perms;
# Allow writing to files in /proc/tp_gesture
allow hal_power_default proc:file rw_file_perms;
allow hal_power_default proc:dir search;