device_lenovo_sdm710-common/sepolicy/vendor/vendor_init.te
Giammarco Senatore c119216557
kunlun2: Address some initial denials
- 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
2021-07-17 18:11:00 +02:00

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;