sdm710-common: sepolicy: allow vendor_init to read persist_debug_prop

Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
Chenyang Zhong 2021-10-15 08:22:21 -04:00 committed by Giammarco Senatore
parent 2ebb67f1d4
commit ed065abb05
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -1,6 +1,8 @@
set_prop(vendor_init, vendor_power_prop)
set_prop(vendor_init, freq_prop)
get_prop(vendor_init, persist_debug_prop)
# Allow vendor_init to write to sysfs_ssr_toggl
allow vendor_init sysfs_ssr_toggle:file w_file_perms;