sm6250-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: I33c40ca345365d8f01f43d3ce7f1f3434b1edfd5
Signed-off-by: Sebastiano Barezzi <barezzisebastiano@gmail.com>
This commit is contained in:
Inseob Kim 2020-08-18 23:29:12 +09:00 committed by Alexander Winkowski
parent 4663e12a68
commit 7295be9301
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -1,5 +1,5 @@
type vendor_power_prop, property_type;
vendor_internal_prop(vendor_power_prop)
type vendor_fp_prop, property_type;
vendor_internal_prop(vendor_thermal_prop)
type vendor_thermal_prop, property_type;
vendor_public_prop(vendor_fp_prop)