- Nuke folder creation that breaks encryption - Nuke permissivers and other creepy things - Properly label light and fp HALs - Address initial fingerprint denials - Label camera zui prop
8 lines
289 B
Text
8 lines
289 B
Text
set_prop(vendor_init, vendor_power_prop)
|
|
set_prop(vendor_init, freq_prop)
|
|
|
|
# Allow vendor_init to write to sysfs_ssr_toggl
|
|
allow vendor_init sysfs_ssr_toggle:file w_file_perms;
|
|
|
|
# Allow vendor_init to enable/disable sched_boost
|
|
allow vendor_init proc_sysctl_schedboost:file rw_file_perms;
|