mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-29 00:37:16 +09:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
allow vendor_thermal-engine {
|
|
vendor_sysfs_devfreq
|
|
sysfs_msm_subsys
|
|
}:dir r_dir_perms;
|
|
|
|
allow vendor_thermal-engine vendor_sysfs_devfreq:file rw_file_perms;
|
|
|
|
# Rule for vendor_thermal-engine to access init process
|
|
unix_socket_connect(vendor_thermal-engine, property, init);
|
|
|
|
set_prop(vendor_thermal-engine, vendor_thermal_prop)
|