android_device_xiaomi_sm835.../sepolicy/vendor/system_app.te
Ramii Ahmed 6e4f42e99c sm8350-common: parts: Add High Touch Polling Rate
Used to handle our node to force enable Xiaomi's High Touch polling rate mode from kernel
2025-04-07 21:31:04 +00:00

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 };