From 41795cdf6dfe6716cd94472e27d318e5ae4f34a3 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi <jmtrivi@google.com> Date: Fri, 20 Apr 2018 16:51:49 -0700 Subject: [PATCH] Whitelist reading property ro.aac_drc_effect_type Bug: 71430241 Test: build/flash, grep for "avc: denied { read }" for mediacodec, should be empty on walleye Change-Id: I12e1b11a969d3f979ca0cfbe4ca7db2bc5e46165 --- prebuilts/api/28.0/public/property_contexts | 1 + public/property_contexts | 1 + 2 files changed, 2 insertions(+) diff --git a/prebuilts/api/28.0/public/property_contexts b/prebuilts/api/28.0/public/property_contexts index 4f43b8efb..073b24361 100644 --- a/prebuilts/api/28.0/public/property_contexts +++ b/prebuilts/api/28.0/public/property_contexts @@ -143,6 +143,7 @@ aac_drc_cut u:object_r:exported2_default_prop:s0 exact int aac_drc_enc_target_level u:object_r:exported2_default_prop:s0 exact int aac_drc_heavy u:object_r:exported2_default_prop:s0 exact int aac_drc_reference_level u:object_r:exported2_default_prop:s0 exact int +ro.aac_drc_effect_type u:object_r:exported2_default_prop:s0 exact int drm.64bit.enabled u:object_r:exported2_default_prop:s0 exact bool dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool hal.instrumentation.enable u:object_r:exported2_default_prop:s0 exact bool diff --git a/public/property_contexts b/public/property_contexts index 4f43b8efb..073b24361 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -143,6 +143,7 @@ aac_drc_cut u:object_r:exported2_default_prop:s0 exact int aac_drc_enc_target_level u:object_r:exported2_default_prop:s0 exact int aac_drc_heavy u:object_r:exported2_default_prop:s0 exact int aac_drc_reference_level u:object_r:exported2_default_prop:s0 exact int +ro.aac_drc_effect_type u:object_r:exported2_default_prop:s0 exact int drm.64bit.enabled u:object_r:exported2_default_prop:s0 exact bool dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool hal.instrumentation.enable u:object_r:exported2_default_prop:s0 exact bool -- GitLab