summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Biggers <ebiggers@google.com> 2023-09-06 17:07:51 +0000
committer Eric Biggers <ebiggers@google.com> 2023-09-08 04:02:52 +0000
commit3391fd855f962385b49f81fcf7ac3fd334cb824f (patch)
tree1c61318cf859fbefcbc0e650a9a7bde127f68f0a
parent5f70c1728f9d2b86743694a3ff6fe0ca2d0d5520 (diff)
Add flag fix_unlocked_device_required_keys
Bug: 296464083 Change-Id: Id3a1e34bfc2d4fbc3ea1c6bfb8fa55d3c28d1687
-rw-r--r--core/java/android/security/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig
index b27dac2de6af..b6c2b83f0daa 100644
--- a/core/java/android/security/flags.aconfig
+++ b/core/java/android/security/flags.aconfig
@@ -6,3 +6,10 @@ flag {
description: "Feature flag for fs-verity API"
bug: "285185747"
}
+
+flag {
+ name: "fix_unlocked_device_required_keys"
+ namespace: "hardware_backed_security"
+ description: "Fix bugs in behavior of UnlockedDeviceRequired keystore keys"
+ bug: "296464083"
+}