Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 1 | package: "android.security.keystore2" |
| 2 | |
| 3 | flag { |
Shaquille Johnson | 52b8c93 | 2023-12-19 19:45:32 +0000 | [diff] [blame^] | 4 | name: "wal_db_journalmode_v3" |
Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 5 | namespace: "hardware_backed_security" |
| 6 | description: "This flag controls changing journalmode to wal" |
| 7 | bug: "191777960" |
Shaquille Johnson | bce0cac | 2023-09-27 22:22:55 +0100 | [diff] [blame] | 8 | is_fixed_read_only: true |
Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 9 | } |
Shaquille Johnson | 7e4cd0a | 2023-10-24 06:18:14 +0000 | [diff] [blame] | 10 | |
| 11 | flag { |
Shaquille Johnson | be6e91d | 2023-10-21 19:09:17 +0100 | [diff] [blame] | 12 | name: "disable_legacy_keystore_put_v2" |
Shaquille Johnson | 7e4cd0a | 2023-10-24 06:18:14 +0000 | [diff] [blame] | 13 | namespace: "hardware_backed_security" |
Shaquille Johnson | 6084409 | 2023-11-14 12:18:28 +0000 | [diff] [blame] | 14 | description: "This flag disables legacy keystore put and makes it so that command returns an error" |
Shaquille Johnson | 7e4cd0a | 2023-10-24 06:18:14 +0000 | [diff] [blame] | 15 | bug: "307460850" |
| 16 | is_fixed_read_only: true |
| 17 | } |
David Drysdale | 093811e | 2023-11-09 08:32:02 +0000 | [diff] [blame] | 18 | |
| 19 | flag { |
| 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 | } |