sdm710-common: sepolicy: Fix up libperfmgr crash on logs

W/libperfmgr(798): Failed to write to node: /proc/sys/kernel/sched_boost with value: 0, fd: -1
This commit is contained in:
Ultra119 2023-02-01 10:57:41 +02:00 committed by CakesTwix
parent 99cac333d0
commit 712c0269bb
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -31,3 +31,6 @@ unix_socket_connect(hal_power_default, pps, hal_graphics_composer_default);
r_dir_file(hal_power_default, sysfs_tp)
allow hal_power_default sysfs_tp:file write;
# Allow power hal to access proc
allow hal_power_default proc:file { open };