Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 1 | package: "android.security.keystore2" |
Oriol Prieto Gasco | 85d84ff | 2024-02-03 02:39:40 +0000 | [diff] [blame] | 2 | container: "system" |
Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 3 | |
| 4 | flag { |
Shaquille Johnson | 52b8c93 | 2023-12-19 19:45:32 +0000 | [diff] [blame] | 5 | name: "wal_db_journalmode_v3" |
Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 6 | namespace: "hardware_backed_security" |
| 7 | description: "This flag controls changing journalmode to wal" |
| 8 | bug: "191777960" |
Shaquille Johnson | bce0cac | 2023-09-27 22:22:55 +0100 | [diff] [blame] | 9 | is_fixed_read_only: true |
Shaquille Johnson | 6a75199 | 2023-09-27 17:08:01 +0100 | [diff] [blame] | 10 | } |
Shaquille Johnson | 7e4cd0a | 2023-10-24 06:18:14 +0000 | [diff] [blame] | 11 | |
| 12 | flag { |
Shaquille Johnson | be6e91d | 2023-10-21 19:09:17 +0100 | [diff] [blame] | 13 | name: "disable_legacy_keystore_put_v2" |
Shaquille Johnson | 7e4cd0a | 2023-10-24 06:18:14 +0000 | [diff] [blame] | 14 | namespace: "hardware_backed_security" |
Shaquille Johnson | 6084409 | 2023-11-14 12:18:28 +0000 | [diff] [blame] | 15 | 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] | 16 | bug: "307460850" |
| 17 | is_fixed_read_only: true |
| 18 | } |
David Drysdale | 093811e | 2023-11-09 08:32:02 +0000 | [diff] [blame] | 19 | |
| 20 | flag { |
Shaquille Johnson | a3f1049 | 2024-06-20 09:53:36 +0000 | [diff] [blame^] | 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 | |
| 28 | flag { |
David Drysdale | 093811e | 2023-11-09 08:32:02 +0000 | [diff] [blame] | 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 |
David Drysdale | 115c472 | 2024-04-15 14:11:52 +0100 | [diff] [blame] | 34 | } |
| 35 | |
| 36 | flag { |
| 37 | name: "database_loop_timeout" |
| 38 | namespace: "hardware_backed_security" |
| 39 | description: "Abandon Keystore database retry loop after an interval" |
| 40 | bug: "319563050" |
| 41 | is_fixed_read_only: true |
David Drysdale | 093811e | 2023-11-09 08:32:02 +0000 | [diff] [blame] | 42 | } |