sdm660: sepolicy: Allow vendor_init to set props

This commit is contained in:
Max Weffers 2019-08-13 16:08:41 +02:00
parent 20f13a6298
commit 7b049283ea
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -14,6 +14,12 @@ allow vendor_init rootfs:dir { add_name create setattr write };
allow vendor_init persist_debug_prop:property_service set;
allow vendor_init persist_dpm_prop:property_service set;
allow vendor_init qcom_ims_prop:property_service set;
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 rootfs:dir { add_name write };
allow vendor_init rootfs:lnk_file setattr;
set_prop(vendor_init, camera_prop)
set_prop(vendor_init, vendor_camera_prop)