Blame SOURCES/libvirt-docs-improve-description-of-secure-attribute-for-loader-element.patch

ab145e
From 3398815aa337278fe4085f06f3586b2a1a98ab3d Mon Sep 17 00:00:00 2001
ab145e
Message-Id: <3398815aa337278fe4085f06f3586b2a1a98ab3d@dist-git>
ab145e
From: Pavel Hrdina <phrdina@redhat.com>
ab145e
Date: Fri, 21 May 2021 14:16:04 +0200
ab145e
Subject: [PATCH] docs: improve description of secure attribute for loader
ab145e
 element
ab145e
ab145e
The original text was not explaining what this attribute actually
ab145e
controls and could have been interpreted as a control switch for the
ab145e
Secure boot feature in firmwares.
ab145e
ab145e
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
ab145e
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
ab145e
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ab145e
(cherry picked from commit f47d06260b9698f705ab2c079c573f89f832e376)
ab145e
ab145e
Conflicts:
ab145e
    docs/formatdomain.rst
ab145e
        - we still have formatdomain.html.in in downstream
ab145e
ab145e
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1929357
ab145e
ab145e
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
ab145e
Message-Id: <e2c4f2faa7f2a525b4d3ea5608a1b305cf18712b.1621599207.git.phrdina@redhat.com>
ab145e
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ab145e
---
ab145e
 docs/formatdomain.html.in | 4 +++-
ab145e
 1 file changed, 3 insertions(+), 1 deletion(-)
ab145e
ab145e
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
ab145e
index 7ac9523684..a40bed347b 100644
ab145e
--- a/docs/formatdomain.html.in
ab145e
+++ b/docs/formatdomain.html.in
ab145e
@@ -197,7 +197,9 @@
ab145e
         path points to an UEFI image, type should be
ab145e
         pflash. Moreover, some firmwares may
ab145e
         implement the Secure boot feature. Attribute
ab145e
-        secure can be used then to control it.
ab145e
+        secure can be used to tell the hypervisor that the
ab145e
+        firmware is capable of Secure Boot feature. It cannot be used to
ab145e
+        enable or disable the feature itself in the firmware.
ab145e
         Since 2.1.0
ab145e
       
nvram
ab145e
       
Some UEFI firmwares may want to use a non-volatile memory to store
ab145e
-- 
ab145e
2.31.1
ab145e