summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2020-05-16 12:38:33 +0800
committerBruno Martins <bgcngm@gmail.com>2020-06-16 19:35:41 +0200
commit27e54f21c329e707119703eed7f0ab61fc0cf3c9 (patch)
tree603bf5ad9d0db37b1bbbe6c317a8c00859acbca2
parentc7e9df959a84685ddbb2beca713b012a28a87e5a (diff)
downloadandroid_device_lineage_sepolicy-lineage-17.1.tar.gz
android_device_lineage_sepolicy-lineage-17.1.tar.bz2
android_device_lineage_sepolicy-lineage-17.1.zip
common: Move aux camera whitelist prop to vendorHEADlineage-17.1
* Conflict with pre-Q CAF vendor policy thus prebuilt vendor devices fail to boot. Change-Id: Ie6a6a72b084ef40595dbae3eb591b79b607d0f40
-rw-r--r--common/dynamic/property_contexts3
-rw-r--r--common/vendor/property_contexts2
2 files changed, 3 insertions, 2 deletions
diff --git a/common/dynamic/property_contexts b/common/dynamic/property_contexts
index 009ecbe..c0c52c6 100644
--- a/common/dynamic/property_contexts
+++ b/common/dynamic/property_contexts
@@ -1,3 +1,2 @@
-# Aux camera {black,white}list props readable to everything
+# Aux camera blacklist prop readable to everything
vendor.camera.aux.packageblacklist u:object_r:exported_default_prop:s0
-vendor.camera.aux.packagelist u:object_r:exported_default_prop:s0
diff --git a/common/vendor/property_contexts b/common/vendor/property_contexts
new file mode 100644
index 0000000..13fd58e
--- /dev/null
+++ b/common/vendor/property_contexts
@@ -0,0 +1,2 @@
+# Aux camera whitelist prop readable to everything
+vendor.camera.aux.packagelist u:object_r:exported_default_prop:s0