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:
parent
8aeae4bb5e
commit
57cca627b1
1 changed files with 1 additions and 1 deletions
2
sepolicy/vendor/property.te
vendored
2
sepolicy/vendor/property.te
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue