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
diff --git a/ramdump/common/property.te b/ramdump/common/property.te
index 51a37c8..1409a3d 100644
--- a/ramdump/common/property.te
+++ b/ramdump/common/property.te
@@ -1 +1 @@
-type vendor_ramdump_prop, property_type;
+vendor_internal_prop(vendor_ramdump_prop)