sdm660-common: sepolicy: Attach vendor_property_type to properties

We are going to enforce that each property has an explicit owner, such
as system, vendor, or product. This attaches vendor_property_type to
properties defined under vendor sepolicy directories.

Bug: 159097992
Test: m selinux_policy && boot device
Change-Id: Ibed833cd9e5d786e82985ded6bc62abdf8cd9ded
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Inseob Kim 2021-10-18 00:59:28 +08:00 committed by pix106
parent 8aeae4bb5e
commit 57cca627b1

View file

@ -7,7 +7,7 @@ vendor_restricted_prop(vendor_camera_prop);
type dirac_prop, property_type; type dirac_prop, property_type;
# Power # Power
type vendor_power_prop, property_type; vendor_internal_prop(vendor_power_prop)
# Thermal engine # Thermal engine
type thermal_engine_prop, property_type; type thermal_engine_prop, property_type;