From d99f4acf2ddaeede543eba6fb78fe7931318d652 Mon Sep 17 00:00:00 2001 From: Calin Juravle <calin@google.com> Date: Fri, 11 May 2018 17:17:13 -0700 Subject: [PATCH] Whitelist dalvik.vm.profilebootimage The property is set on builds which profile the boot image. Test: m Bug: 73313191 Change-Id: Ie0cd54f23250df02850c38bb14e92d4b1fa04f16 --- 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 073b24361..500dca69c 100644 --- a/prebuilts/api/28.0/public/property_contexts +++ b/prebuilts/api/28.0/public/property_contexts @@ -55,6 +55,7 @@ dalvik.vm.method-trace-file u:object_r:exported_dalvik_prop:s0 exact string dalvik.vm.method-trace-file-siz u:object_r:exported_dalvik_prop:s0 exact int dalvik.vm.method-trace-stream u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.profilesystemserver u:object_r:exported_dalvik_prop:s0 exact bool +dalvik.vm.profilebootimage u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.stack-trace-dir u:object_r:exported_dalvik_prop:s0 exact string dalvik.vm.usejit u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.usejitprofiles u:object_r:exported_dalvik_prop:s0 exact bool diff --git a/public/property_contexts b/public/property_contexts index 5714628e8..c4fb193b2 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -55,6 +55,7 @@ dalvik.vm.method-trace-file u:object_r:exported_dalvik_prop:s0 exact string dalvik.vm.method-trace-file-siz u:object_r:exported_dalvik_prop:s0 exact int dalvik.vm.method-trace-stream u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.profilesystemserver u:object_r:exported_dalvik_prop:s0 exact bool +dalvik.vm.profilebootimage u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.usejit u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.usejitprofiles u:object_r:exported_dalvik_prop:s0 exact bool dalvik.vm.zygote.max-boot-retry u:object_r:exported_dalvik_prop:s0 exact int -- GitLab