1package: "android.security.keystore2" 2container: "system" 3 4flag { 5 name: "wal_db_journalmode_v3" 6 namespace: "hardware_backed_security" 7 description: "This flag controls changing journalmode to wal" 8 bug: "191777960" 9 is_fixed_read_only: true 10} 11 12flag { 13 name: "disable_legacy_keystore_put_v2" 14 namespace: "hardware_backed_security" 15 description: "This flag disables legacy keystore put and makes it so that command returns an error" 16 bug: "307460850" 17 is_fixed_read_only: true 18} 19 20flag { 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 28flag { 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 36flag { 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 42} 43 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} 51 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} 59