sm8150-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 Omkar Chandorkar
parent 9408b66bfa
commit fc2551d553
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
type vendor_nfc_prop, property_type;
type vendor_param_prop, property_type;
vendor_internal_prop(vendor_nfc_prop)
vendor_internal_prop(vendor_param_prop)