Used to handle our node to force enable Xiaomi's High Touch polling rate mode from kernel
10 lines
367 B
Text
10 lines
367 B
Text
allow system_app sysfs_thermal:file write;
|
|
allow system_app sysfs_thermal:file rw_file_perms;
|
|
|
|
# DC Dimming and HBM
|
|
allow system_app vendor_sysfs_graphics:dir search;
|
|
allow system_app vendor_sysfs_graphics:file { getattr open write };
|
|
|
|
# HTSR
|
|
allow system_app sysfs_htsr:file { read write open setattr getattr };
|
|
allow system_app sysfs_htsr:dir { search open read };
|