[ALPS04048779] allow vendor_init to set vold prop

Allow vendor_init to set
ro.crypto.volume.filenames_mode=aes-256-cts

MTK-Commit-Id: 79f6404e4ee263fa252c1350689d1e54138e2388

Change-Id: I686790c93fdc191937e249310a3ad85b665f97d9
CR-Id: ALPS04048779
Feature: File Based Encryption (Direct Boot)
This commit is contained in:
Linger Lee 2020-01-18 10:06:21 +08:00
parent 3c5b96aa1c
commit cf4b6eba6a

View File

@ -8,6 +8,7 @@ allow vendor_init mtk_volte_prop:property_service set;
allow vendor_init vendor_radio_prop:property_service set;
allow vendor_init mtk_ril_mode_prop:property_service set;
allow vendor_init wmt_prop:property_service set;
allow vendor_init vold_prop:property_service set;
allow vendor_init proc:file write;
allow vendor_init proc_bootprof:file write;