From 9f64ccafe952eeadb934b9a5fbac6c7f760a5b53 Mon Sep 17 00:00:00 2001 From: Jan Setje-Eilers Date: Fri, 15 Dec 2023 14:36:07 -0800 Subject: [PATCH] Rename "previous" revocations to "automatic" When the term previous was introduced for revocations to be automatically applied there was a hope that everytime a new revocation was built into shim, the previous revocation could be applied automatically. Further experience has shown the real world to be more complex than that. The automatic payload will realistically contain a set of revocations governed by both the cadence at which a distro's customer base updates as well as the severity of the issue being revoked. This is not a functional change. Signed-off-by: Jan Setje-Eilers --- ...evious.bin => SkuSiPolicy_Version_automatic.bin} | Bin ...olicy_previous.bin => SkuSiPolicy_automatic.bin} | Bin ..._level_previous.csv => sbat_level_automatic.csv} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename data/{SkuSiPolicy_Version_previous.bin => SkuSiPolicy_Version_automatic.bin} (100%) rename data/{SkuSiPolicy_previous.bin => SkuSiPolicy_automatic.bin} (100%) rename data/{sbat_level_previous.csv => sbat_level_automatic.csv} (100%) diff --git a/data/SkuSiPolicy_Version_previous.bin b/data/SkuSiPolicy_Version_automatic.bin similarity index 100% rename from data/SkuSiPolicy_Version_previous.bin rename to data/SkuSiPolicy_Version_automatic.bin diff --git a/data/SkuSiPolicy_previous.bin b/data/SkuSiPolicy_automatic.bin similarity index 100% rename from data/SkuSiPolicy_previous.bin rename to data/SkuSiPolicy_automatic.bin diff --git a/data/sbat_level_previous.csv b/data/sbat_level_automatic.csv similarity index 100% rename from data/sbat_level_previous.csv rename to data/sbat_level_automatic.csv