Blame SOURCES/0255-grub-boot-success.timer-Add-a-few-Conditions-for-run.patch

8631a2
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8631a2
From: Hans de Goede <hdegoede@redhat.com>
8631a2
Date: Mon, 3 Sep 2018 13:01:58 +0200
8631a2
Subject: [PATCH] grub-boot-success.timer: Add a few Conditions for running the
8631a2
 timer
8631a2
8631a2
Add 2 Conditions for running the boot-success timer / service:
8631a2
8631a2
1) Do not run it for system users, this fixes errors about gdm not being
8631a2
allowed to use pkexec when the greeter session lasts for more then 2 minutes:
8631a2
https://bugzilla.redhat.com/show_bug.cgi?id=1592201#c6
8631a2
8631a2
2) Do not run the timer when pkexec is not available (on minimal installs)
8631a2
since then it will just lead to a bunch of errors without doing anything:
8631a2
https://bugzilla.redhat.com/show_bug.cgi?id=1619445
8631a2
8631a2
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
09e3cc
[rharwood: rebase fuzz around boot-succes timer commit]
09e3cc
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
8631a2
---
09e3cc
 docs/grub-boot-success.timer | 1 +
09e3cc
 1 file changed, 1 insertion(+)
8631a2
8631a2
diff --git a/docs/grub-boot-success.timer b/docs/grub-boot-success.timer
09e3cc
index 406f17200..51d1eb238 100644
8631a2
--- a/docs/grub-boot-success.timer
8631a2
+++ b/docs/grub-boot-success.timer
09e3cc
@@ -2,6 +2,7 @@
8631a2
 Description=Mark boot as successful after the user session has run 2 minutes
09e3cc
 ConditionUser=!@system
09e3cc
 ConditionVirtualization=!container
8631a2
+ConditionPathExists=/usr/bin/pkexec
8631a2
 
8631a2
 [Timer]
8631a2
 OnActiveSec=2min