grub2/SOURCES/0256-docs-Stop-using-polkit...

33 lines
1.1 KiB
Diff
Raw Permalink Normal View History

2020-07-21 10:23:41 +00:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Fri, 14 Sep 2018 16:39:40 +0200
Subject: [PATCH] docs: Stop using polkit / pkexec for grub-boot-success.timer
/ service
We also want to call grub2-set-bootflag under gdm and pkexec does not
work under gdm because the gdm user has /sbin/nologin as shell.
So instead we are going to install grub2-set-bootflag as suid root,
grub2-set-bootflag was written with this usage in mind, so is safe
to be made suid root.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-05-10 07:20:45 +00:00
[rharwood: rebase fuzz around container]
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
2020-07-21 10:23:41 +00:00
---
2022-05-10 07:20:45 +00:00
docs/grub-boot-success.timer | 1 -
1 file changed, 1 deletion(-)
2020-07-21 10:23:41 +00:00
diff --git a/docs/grub-boot-success.timer b/docs/grub-boot-success.timer
2022-05-10 07:20:45 +00:00
index 51d1eb238..406f17200 100644
2020-07-21 10:23:41 +00:00
--- a/docs/grub-boot-success.timer
+++ b/docs/grub-boot-success.timer
2022-05-10 07:20:45 +00:00
@@ -2,7 +2,6 @@
2020-07-21 10:23:41 +00:00
Description=Mark boot as successful after the user session has run 2 minutes
ConditionUser=!@system
2022-05-10 07:20:45 +00:00
ConditionVirtualization=!container
2020-07-21 10:23:41 +00:00
-ConditionPathExists=/usr/bin/pkexec
[Timer]
OnActiveSec=2min