• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.security.keystore2"
2container: "system"
3
4flag {
5  name: "wal_db_journalmode_v3"
6  namespace: "hardware_backed_security"
7  description: "This flag controls changing journalmode to wal"
8  bug: "191777960"
9  is_fixed_read_only: true
10}
11
12flag {
13  name: "disable_legacy_keystore_put_v2"
14  namespace: "hardware_backed_security"
15  description: "This flag disables legacy keystore put and makes it so that command returns an error"
16  bug: "307460850"
17  is_fixed_read_only: true
18}
19
20flag {
21  name: "disable_legacy_keystore_get"
22  namespace: "hardware_backed_security"
23  description: "This flag disables legacy keystore get and makes it so that get returns an error"
24  bug: "307460850"
25  is_fixed_read_only: true
26}
27
28flag {
29  name: "import_previously_emulated_keys"
30  namespace: "hardware_backed_security"
31  description: "Include support for importing keys that were previously software-emulated into KeyMint"
32  bug: "283077822"
33  is_fixed_read_only: true
34}
35
36flag {
37  name: "use_blob_state_column"
38  namespace: "hardware_backed_security"
39  description: "Use state database column to track superseded blobentry rows"
40  bug: "319563050"
41  is_fixed_read_only: true
42}
43
44flag {
45  name: "attest_modules"
46  namespace: "hardware_backed_security"
47  description: "Support attestation of modules"
48  bug: "369375199"
49  is_fixed_read_only: true
50}
51