blob: b15230ec8adea0138fa9b97bf5440149686cd21a [file] [log] [blame]
Shaquille Johnson6a751992023-09-27 17:08:01 +01001package: "android.security.keystore2"
Oriol Prieto Gasco85d84ff2024-02-03 02:39:40 +00002container: "system"
Shaquille Johnson6a751992023-09-27 17:08:01 +01003
4flag {
Shaquille Johnson52b8c932023-12-19 19:45:32 +00005 name: "wal_db_journalmode_v3"
Shaquille Johnson6a751992023-09-27 17:08:01 +01006 namespace: "hardware_backed_security"
7 description: "This flag controls changing journalmode to wal"
8 bug: "191777960"
Shaquille Johnsonbce0cac2023-09-27 22:22:55 +01009 is_fixed_read_only: true
Shaquille Johnson6a751992023-09-27 17:08:01 +010010}
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000011
12flag {
Shaquille Johnsonbe6e91d2023-10-21 19:09:17 +010013 name: "disable_legacy_keystore_put_v2"
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000014 namespace: "hardware_backed_security"
Shaquille Johnson60844092023-11-14 12:18:28 +000015 description: "This flag disables legacy keystore put and makes it so that command returns an error"
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000016 bug: "307460850"
17 is_fixed_read_only: true
18}
David Drysdale093811e2023-11-09 08:32:02 +000019
20flag {
Shaquille Johnsona3f10492024-06-20 09:53:36 +000021 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 {
David Drysdale0fefae32024-09-16 13:32:27 +010029 name: "enable_dump"
30 namespace: "hardware_backed_security"
31 description: "Include support for dump() on the IKeystoreMaintenance service"
32 bug: "344987718"
33 is_fixed_read_only: true
34}
35
36flag {
David Drysdale093811e2023-11-09 08:32:02 +000037 name: "import_previously_emulated_keys"
38 namespace: "hardware_backed_security"
39 description: "Include support for importing keys that were previously software-emulated into KeyMint"
40 bug: "283077822"
41 is_fixed_read_only: true
David Drysdale115c4722024-04-15 14:11:52 +010042}
David Drysdale8da288c2024-07-29 15:57:01 +010043
44flag {
45 name: "use_blob_state_column"
46 namespace: "hardware_backed_security"
47 description: "Use state database column to track superseded blobentry rows"
48 bug: "319563050"
49 is_fixed_read_only: true
50}
Karuna Wadhera1cfc81d2024-11-07 23:35:51 +000051
52flag {
53 name: "attest_modules"
54 namespace: "hardware_backed_security"
55 description: "Support attestation of modules"
56 bug: "369375199"
57 is_fixed_read_only: true
58}