LG8n: sepolicy: Allow libperfmgr to read dir perms for dt2w node

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-08-14 18:42:42 +08:00
parent 4707237abc
commit c474e84c16

View file

@ -1,6 +1,6 @@
# Allow libperfmgr to access Transsion DT2W Nodes
allow hal_power_default proc_gesture_function:dir r_file_perms;
allow hal_power_default proc_gesture_function:file rw_file_perms;
allow hal_power_default proc_gesture_state:file rw_file_perms;
# Allow libperfmgr to control cgroups
allow hal_power_default cgroup:file rw_file_perms;