mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: sepolicy: Allow libperfmgr to write cgroup files
Change-Id: I9bf653076acf06111f3bb8b0ef46f56362f7f829 Signed-off-by: Woomymy <woomy@woomy.be> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
3e97fe652d
commit
d3486f89d0
3
sepolicy/vendor/hal_power_default.te
vendored
3
sepolicy/vendor/hal_power_default.te
vendored
|
@ -1,2 +1,5 @@
|
|||
allow hal_power_default proc_gesture_function:file rw_file_perms;
|
||||
allow hal_power_default proc_main_gesture_function:file rw_file_perms;
|
||||
|
||||
# Allow libperfmgr to control cgroups
|
||||
allow hal_power_default cgroup:file rw_file_perms;
|
||||
|
|
Loading…
Reference in a new issue