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:
parent
47685fc822
commit
508707f966
1 changed files with 11 additions and 11 deletions
22
sepolicy/vendor/property.te
vendored
22
sepolicy/vendor/property.te
vendored
|
@ -1,11 +1,11 @@
|
||||||
type vendor_db_security_prop, property_type;
|
vendor_internal_prop(vendor_db_security_prop)
|
||||||
type vendor_fingerprint_prop, property_type;
|
vendor_internal_prop(vendor_fingerprint_prop)
|
||||||
type vendor_gps_prop, property_type;
|
vendor_internal_prop(vendor_gps_prop)
|
||||||
type vendor_memplus_prop, property_type;
|
vendor_internal_prop(vendor_memplus_prop)
|
||||||
type vendor_nfc_prop, property_type;
|
vendor_internal_prop(vendor_nfc_prop)
|
||||||
type vendor_oem_bluetooth_prop, property_type;
|
vendor_internal_prop(vendor_oem_bluetooth_prop)
|
||||||
type vendor_oem_wifi_prop, property_type;
|
vendor_internal_prop(vendor_oem_wifi_prop)
|
||||||
type vendor_rild_prop, property_type;
|
vendor_internal_prop(vendor_rild_prop)
|
||||||
type vendor_set_wlan_prop, property_type;
|
vendor_internal_prop(vendor_set_wlan_prop)
|
||||||
type vendor_shell_prop, property_type;
|
vendor_internal_prop(vendor_shell_prop)
|
||||||
type vendor_sys_op_prop, property_type;
|
vendor_internal_prop(vendor_sys_op_prop)
|
||||||
|
|
Loading…
Reference in a new issue