rosemary: Allow libperfmgr to write to touchpanel nodes

Signed-off-by: bengris32 <bengris32@protonmail.ch>
This commit is contained in:
bengris32
2022-10-08 09:32:44 +01:00
committed by Matsvei Niaverau
parent 607903e888
commit 8eaaab0cd8

View File

@@ -44,3 +44,7 @@ allow hal_power_default sysfs_fbt_fteh:dir r_dir_perms;
allow hal_power_default sysfs_fbt_fteh:file rw_file_perms;
allow hal_power_default sysfs_fpsgo:dir r_dir_perms;
allow hal_power_default sysfs_fpsgo:file rw_file_perms;
# Set touchpanel nodes
allow hal_power_default sysfs_touchpanel:dir r_dir_perms;
allow hal_power_default sysfs_touchpanel:file rw_file_perms;