blob: 6a65f1111b8ee4209e76fab134c87af98b57aa2f [file] [log] [blame]
Shaquille Johnson6a751992023-09-27 17:08:01 +01001package: "android.security.keystore2"
2
3flag {
4 name: "wal_db_journalmode"
5 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 Johnson60844092023-11-14 12:18:28 +000012 name: "disable_legacy_keystore_put"
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}