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 | 0fefae3 | 2024-09-16 13:32:27 +0100 | [diff] [blame] | 29 | 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 | |
| 36 | flag { |
David Drysdale | 093811e | 2023-11-09 08:32:02 +0000 | [diff] [blame] | 37 | 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 Drysdale | 115c472 | 2024-04-15 14:11:52 +0100 | [diff] [blame] | 42 | } |
David Drysdale | 8da288c | 2024-07-29 15:57:01 +0100 | [diff] [blame] | 43 | |
| 44 | flag { |
| 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 Wadhera | 1cfc81d | 2024-11-07 23:35:51 +0000 | [diff] [blame] | 51 | |
| 52 | flag { |
| 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 | } |