summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2020-09-14 18:20:00 +0900
committerInseob Kim <inseob@google.com>2020-09-14 18:20:00 +0900
commit06b2c701dc031bbb97f956e8c5225dc5be8aee71 (patch)
treede941d59b4b18dca7dc5b6bc0d4b65a935df4cd5
parent7821517f2859ee9839e35c331025e7131c8f7fe6 (diff)
downloadpoplar-06b2c701dc031bbb97f956e8c5225dc5be8aee71.tar.gz
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: lunch poplar-userdebug; m selinux_policy Change-Id: I96a7c63aa97413b958a9395ff035aa1a203a7582
-rw-r--r--sepolicy/property.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/property.te b/sepolicy/property.te
index 0d5e944..a0a67e0 100644
--- a/sepolicy/property.te
+++ b/sepolicy/property.te
@@ -1,3 +1,3 @@
-type hisi_prop, property_type;
+vendor_public_prop(hisi_prop)
get_prop(domain, hisi_prop)