sdm660: sepolicy: Allow vendor init to set few props

Change-Id: I0b2574b0e2f5f9b84df1db9ea7386522361a2864
This commit is contained in:
Max Weffers 2020-04-13 21:14:37 +02:00 committed by OdSazib
parent 93f0b0ba58
commit 903525f9b0
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -21,6 +21,9 @@ allow vendor_init thermal_engine_prop:property_service set;
allow vendor_init vendor_ssr_prop:property_service set;
allow vendor_init audio_prop:property_service set;
allow vendor_init vendor_fp_prop:property_service set;
allow vendor_init power_prop:property_service set;
allow vendor_init reschedule_service_prop:property_service set;
allow vendor_init bservice_prop:property_service set;
allow vendor_init rootfs:dir { add_name write };
allow vendor_init rootfs:lnk_file setattr;