aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-02-02 16:14:32 +0100
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-02-04 13:56:22 +0530
commit05cd50e973996b4bb74a5e56bc6785b7f658f2b8 (patch)
treefa96f5e295765618074f5a576c0653c0443b4a0a
parent46d7eafbda4006b9b858b49f9df9c63575582a92 (diff)
downloadskiboot-05cd50e973996b4bb74a5e56bc6785b7f658f2b8.zip
skiboot-05cd50e973996b4bb74a5e56bc6785b7f658f2b8.tar.gz
skiboot-05cd50e973996b4bb74a5e56bc6785b7f658f2b8.tar.bz2
libstb/trustedboot: Use inclusive language, replace the word 'whitelist'
Follow the inclusive terminology from the "Conscious Language in your Open Source Projects" guidelines [*] and replace the word "whitelist" appropriately. [*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
-rw-r--r--libstb/trustedboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstb/trustedboot.c b/libstb/trustedboot.c
index 9b7d7ac..1be2f07 100644
--- a/libstb/trustedboot.c
+++ b/libstb/trustedboot.c
@@ -27,7 +27,7 @@ static bool boot_services_exited = false;
* the boot security, and the event log to inspect what measurements were
* extended to the PCRs.
*
- * The whitelist below should map every skiboot event (or resource) to a PCR
+ * The list below should map every skiboot event (or resource) to a PCR
* following the TCG PC Client Platform Firmware Profile specification,
* Family 2.0, Level 00, Revision 1.03 v51.
*