mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-25 15:06:26 -08:00
LG8n: sepolicy: Allow libperfmgr to read dir perms for dt2w node
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
4707237abc
commit
c474e84c16
2
sepolicy/vendor/hal_power_default.te
vendored
2
sepolicy/vendor/hal_power_default.te
vendored
|
@ -1,6 +1,6 @@
|
||||||
# Allow libperfmgr to access Transsion DT2W Nodes
|
# 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_function:file rw_file_perms;
|
||||||
allow hal_power_default proc_gesture_state:file rw_file_perms;
|
|
||||||
|
|
||||||
# Allow libperfmgr to control cgroups
|
# Allow libperfmgr to control cgroups
|
||||||
allow hal_power_default cgroup:file rw_file_perms;
|
allow hal_power_default cgroup:file rw_file_perms;
|
||||||
|
|
Loading…
Reference in a new issue