diff options
| author | dianlujitao <dianlujitao@lineageos.org> | 2020-05-16 12:38:33 +0800 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2020-06-16 23:16:26 +0300 |
| commit | 2f55a428332ff63d774c9350bb4df664987b2d22 (patch) | |
| tree | de88aaed349ae896c8f7fe8fbd5ccf268bc21ec5 | |
| parent | 1614406cec1563551b6d399bae875c68015f71a0 (diff) | |
common: Move aux camera whitelist prop to vendor
* Conflict with pre-Q CAF vendor policy thus prebuilt vendor devices
fail to boot.
Change-Id: Ie6a6a72b084ef40595dbae3eb591b79b607d0f40
| -rw-r--r-- | common/dynamic/property_contexts | 3 | ||||
| -rw-r--r-- | common/vendor/property_contexts | 2 |
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 |
