Issue: To access and read vendor.camera.aux.packagelist
and persist.vendor.camera.privapp.list. Needed to identify
priviledged app and dual camera exposure
Fix: Accessed only on system side thus added flags as
extended_core_property_type
Change-Id: I9518e88cdbc8411a9c070cc01a000442828715a4
As part of treble system /core services are not allowed to
set vendor property .
if Property defined is part of system image then it can be set
or get by core/system services provided we define the property
as extended_core_property_type. So adding this to the property
that are added by vendor and used by core/system services.
Change-Id: I7ad8bc562be09126c082fc54f52499f5138fea5b
Adding the label to services/daemon which was not getting started due to
incorrect label and add the sepolicy rules to get the target to boot
in enfrocing mode.
Change-Id: I12fc4bfe38153cd51fb2d9b869f05a06c9d2c61f