From 6fe4ef7e8c72e61125b96a8e803eb0cf1863e4f9 Mon Sep 17 00:00:00 2001 From: Frank Salim <franksalim@google.com> Date: Fri, 20 Apr 2018 02:30:41 -0700 Subject: [PATCH] Add ro.hardware.keystore_desede This allows Android Keystore to statically register support for 3DES during zygote initialization based on the device's support for hardware backed 3DES keys. Bug: b/79986680 Test: keystore CTS Change-Id: Ic9a6653cdd623a3ab10e0efbcdb37c437e6c59b9 --- 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 b73734522..a61cc2295 100644 --- a/prebuilts/api/28.0/public/property_contexts +++ b/prebuilts/api/28.0/public/property_contexts @@ -251,6 +251,7 @@ ro.hardware.hdmi_cec u:object_r:exported_default_prop:s0 exact string ro.hardware.hwcomposer u:object_r:exported_default_prop:s0 exact string ro.hardware.input u:object_r:exported_default_prop:s0 exact string ro.hardware.keystore u:object_r:exported_default_prop:s0 exact string +ro.hardware.keystore_desede u:object_r:exported_default_prop:s0 exact string ro.hardware.lights u:object_r:exported_default_prop:s0 exact string ro.hardware.local_time u:object_r:exported_default_prop:s0 exact string ro.hardware.memtrack u:object_r:exported_default_prop:s0 exact string diff --git a/public/property_contexts b/public/property_contexts index b73734522..a61cc2295 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -251,6 +251,7 @@ ro.hardware.hdmi_cec u:object_r:exported_default_prop:s0 exact string ro.hardware.hwcomposer u:object_r:exported_default_prop:s0 exact string ro.hardware.input u:object_r:exported_default_prop:s0 exact string ro.hardware.keystore u:object_r:exported_default_prop:s0 exact string +ro.hardware.keystore_desede u:object_r:exported_default_prop:s0 exact string ro.hardware.lights u:object_r:exported_default_prop:s0 exact string ro.hardware.local_time u:object_r:exported_default_prop:s0 exact string ro.hardware.memtrack u:object_r:exported_default_prop:s0 exact string -- GitLab