blob: 4efb79a08f2c377e4564c23c7b19b342029e85eb [file] [log] [blame]
package: "com.android.rkpd.flags"
container: "com.android.rkpd"
##### Use the below as example.
#flag {
# name: "test_flag"
# namespace: "hardware_backed_security"
# description: "This flag is a test flag. Create other flags based on this."
# bug: "bug number"
# metadata {
# # purpose can be either FEATURE or BUGFIX, else don't add metadata.
# purpose: PURPOSE_BUGFIX
# }
#}
flag {
name: "allow_network_consent_bypass"
namespace: "hardware_backed_security"
description: "When enabled, a system property may be set to indicate network access consent."
bug: "411197466"
}
flag {
name: "enable_request_id_reuse"
namespace: "hardware_backed_security"
description: "When enabled, the same request ID will be used for fetchEEK, signCertificate and ConfirmCertificates requests."
bug: "389829172"
}
flag {
name: "enable_feedback_loop"
namespace: "hardware_backed_security"
description: "When enabled, the RKPD will send feedback to the RKP server using ConfirmCertificates API, and optionally divert a fraction of the traffic to pre-prod."
bug: "406518005"
}