blob: 133c4abed9483de30079fff7a43c583b62a43b91 [file] [log] [blame]
Shaquille Johnson6a751992023-09-27 17:08:01 +01001package: "android.security.keystore2"
2
3flag {
Shaquille Johnson52b8c932023-12-19 19:45:32 +00004 name: "wal_db_journalmode_v3"
Shaquille Johnson6a751992023-09-27 17:08:01 +01005 namespace: "hardware_backed_security"
6 description: "This flag controls changing journalmode to wal"
7 bug: "191777960"
Shaquille Johnsonbce0cac2023-09-27 22:22:55 +01008 is_fixed_read_only: true
Shaquille Johnson6a751992023-09-27 17:08:01 +01009}
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000010
11flag {
Shaquille Johnsonbe6e91d2023-10-21 19:09:17 +010012 name: "disable_legacy_keystore_put_v2"
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000013 namespace: "hardware_backed_security"
Shaquille Johnson60844092023-11-14 12:18:28 +000014 description: "This flag disables legacy keystore put and makes it so that command returns an error"
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000015 bug: "307460850"
16 is_fixed_read_only: true
17}
David Drysdale093811e2023-11-09 08:32:02 +000018
19flag {
20 name: "import_previously_emulated_keys"
21 namespace: "hardware_backed_security"
22 description: "Include support for importing keys that were previously software-emulated into KeyMint"
23 bug: "283077822"
24 is_fixed_read_only: true
25}