sm8350-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.

Change-Id: Iedbbcc5086c09f549e91e73ece7311563c378347
This commit is contained in:
Inseob Kim 2020-08-18 23:29:12 +09:00 committed by Bruno Martins
parent 47685fc822
commit 508707f966

View file

@ -1,11 +1,11 @@
type vendor_db_security_prop, property_type;
type vendor_fingerprint_prop, property_type;
type vendor_gps_prop, property_type;
type vendor_memplus_prop, property_type;
type vendor_nfc_prop, property_type;
type vendor_oem_bluetooth_prop, property_type;
type vendor_oem_wifi_prop, property_type;
type vendor_rild_prop, property_type;
type vendor_set_wlan_prop, property_type;
type vendor_shell_prop, property_type;
type vendor_sys_op_prop, property_type;
vendor_internal_prop(vendor_db_security_prop)
vendor_internal_prop(vendor_fingerprint_prop)
vendor_internal_prop(vendor_gps_prop)
vendor_internal_prop(vendor_memplus_prop)
vendor_internal_prop(vendor_nfc_prop)
vendor_internal_prop(vendor_oem_bluetooth_prop)
vendor_internal_prop(vendor_oem_wifi_prop)
vendor_internal_prop(vendor_rild_prop)
vendor_internal_prop(vendor_set_wlan_prop)
vendor_internal_prop(vendor_shell_prop)
vendor_internal_prop(vendor_sys_op_prop)