summaryrefslogtreecommitdiff
path: root/keystore2/aconfig/flags.aconfig
blob: 02716da571b3c6bc8cb4106bf78395befc600c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package: "android.security.keystore2"

flag {
  name: "wal_db_journalmode"
  namespace: "hardware_backed_security"
  description: "This flag controls changing journalmode to wal"
  bug: "191777960"
  is_fixed_read_only: true
}

flag {
  name: "deprecate_legacy_keystore"
  namespace: "hardware_backed_security"
  description: "This flag rolls out legacy keystore deprecation and makes it so that the put command returns a deprecation error"
  bug: "307460850"
  is_fixed_read_only: true
}

flag {
  name: "import_previously_emulated_keys"
  namespace: "hardware_backed_security"
  description: "Include support for importing keys that were previously software-emulated into KeyMint"
  bug: "283077822"
  is_fixed_read_only: true
}