device_brax_brax3/sepolicy/vendor/mtk_hal_power.te
Vincent Vidal 8710a52d67 init
2025-08-07 16:07:57 +02:00

20 lines
975 B
Text

allow mtk_hal_power proc_powerhal_cpu_ctrl:dir r_dir_perms;
allow mtk_hal_power proc_powerhal_cpu_ctrl:file rw_file_perms;
allow system_server proc_powerhal_cpu_ctrl:dir search;
allow mtk_hal_power touch_boost:dir r_dir_perms;
allow mtk_hal_power touch_boost:file r_file_perms;
allow mtk_hal_power proc_touch_boost:dir r_dir_perms;
allow mtk_hal_power proc_touch_boost:file rw_file_perms;
set_prop(mtk_hal_power, vendor_mtk_boostfwk_sbb_touch_duration_prop)
allow mtk_hal_power proc_core_ctl:dir r_dir_perms;
allow mtk_hal_power proc_core_ctl:file rw_file_perms;
allowxperm mtk_hal_power proc_core_ctl:file ioctl {
CORE_CTL_SET_LIMIT_CPUS
};
allow mtk_hal_power sysfs_thermal_efuse:file r_file_perms;
allow mtk_hal_power touch_boost:dir r_dir_perms;
allow mtk_hal_power touch_boost:file r_file_perms;
allow mtk_hal_power sysfs_change_rate:file rw_file_perms;
allow mtk_hal_power proc_touch_boost:dir r_dir_perms;
allow mtk_hal_power proc_touch_boost:file rw_file_perms;