2020-07-29 17:39:24 +00:00
|
|
|
From 2cf1cfd4a16b924afdccdb887663fb506f4a1885 Mon Sep 17 00:00:00 2001
|
2019-11-26 09:28:55 +00:00
|
|
|
From: Hans de Goede <hdegoede@redhat.com>
|
|
|
|
Date: Wed, 13 Nov 2019 12:15:43 +0100
|
2020-07-29 17:39:24 +00:00
|
|
|
Subject: [PATCH 190/237] grub-set-bootflag: Update comment about running as
|
|
|
|
root through pkexec
|
2019-11-26 09:28:55 +00:00
|
|
|
|
|
|
|
We have stopped using pkexec for grub-set-bootflag, instead it is now
|
|
|
|
installed suid root, update the comment accordingly.
|
|
|
|
|
|
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
|
|
---
|
|
|
|
util/grub-set-bootflag.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/util/grub-set-bootflag.c b/util/grub-set-bootflag.c
|
|
|
|
index 6a79ee67444..65d74ce010f 100644
|
|
|
|
--- a/util/grub-set-bootflag.c
|
|
|
|
+++ b/util/grub-set-bootflag.c
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
- * NOTE this gets run by users as root (through pkexec), so this does not
|
|
|
|
+ * NOTE this gets run by users as root (its suid root), so this does not
|
|
|
|
* use any grub library / util functions to allow for easy auditing.
|
|
|
|
* The grub headers are only included to get certain defines.
|
|
|
|
*/
|
2020-07-29 17:39:24 +00:00
|
|
|
--
|
|
|
|
2.26.2
|
|
|
|
|