Merge "Diced: Don't add resettable config" am: 8058404d27 am: f0e98f5151 am: 5df5479721

Original change: https://android-review.googlesource.com/c/platform/system/security/+/2042543

Change-Id: Iacbcd94d8f64bcdc7e0debd4d938b98f156a156d
Signed-off-by: Automerger Merge Worker
diff --git a/diced/src/lib.rs b/diced/src/lib.rs
index 9594977..50e0e96 100644
--- a/diced/src/lib.rs
+++ b/diced/src/lib.rs
@@ -100,7 +100,7 @@
     Ok(BinderInputValues {
         codeHash: [0; dice::HASH_SIZE],
         config: BinderConfig {
-            desc: dice::bcc::format_config_descriptor(Some(&format!("{}", uid)), None, true)
+            desc: dice::bcc::format_config_descriptor(Some(&format!("{}", uid)), None, false)
                 .context("In client_input_values: failed to format config descriptor")?,
         },
         authorityHash: [0; dice::HASH_SIZE],