From 2811704b2622a3a03a254ecb91a26a94eb7663e6 Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Wed, 22 May 2024 08:00:06 -0400 Subject: [PATCH] Hashes revocation review: SIGNED_BY_ROLE should be Revocation Reviewed-by: Pietro Albini Ticket: https://ferroussystems.clickup.com/t/86947z6fp --- crates/criticaltrust/src/manifests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/criticaltrust/src/manifests.rs b/crates/criticaltrust/src/manifests.rs index 44bc79b..43795d4 100644 --- a/crates/criticaltrust/src/manifests.rs +++ b/crates/criticaltrust/src/manifests.rs @@ -162,7 +162,7 @@ pub struct RevocationInfo { } impl Signable for RevocationInfo { - const SIGNED_BY_ROLE: KeyRole = KeyRole::Root; + const SIGNED_BY_ROLE: KeyRole = KeyRole::Revocation; } // Keys