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

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