Skip to content

Commit 1a84476

Browse files
NB1: sepolicy: Fix DT2W path
1 parent 545efaa commit 1a84476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sepolicy/vendor/hal_power_default.te

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ allow hal_power_default sysfs_devices_system_cpu:file rw_file_perms;
88
allow hal_power_default device_latency:chr_file rw_file_perms;
99

1010
# Enable DT2W
11-
allow hal_power_default proc_touchpanel:dir search;
12-
allow hal_power_default proc_touchpanel:file rw_file_perms;
11+
allow hal_power_default proc_fih:dir search;
12+
allow hal_power_default proc_fih:file rw_file_perms;
1313

1414
# To get/set powerhal state property
1515
set_prop(hal_power_default, power_prop)

0 commit comments

Comments
 (0)