Blame SOURCES/add-include-remediation-back-to-sudo_require_reauthentication.patch

0c1482
commit 661a195d94f1b5b97325ce5e92144e2766e477fa
0c1482
Author: Gabriel Becker <ggasparb@redhat.com>
0c1482
Date:   Fri Feb 25 17:19:26 2022 +0100
0c1482
0c1482
    Downstream RHEL7 patch only to add include remediations functions.
0c1482
0c1482
diff --git a/linux_os/guide/system/software/sudo/sudo_require_reauthentication/bash/shared.sh b/linux_os/guide/system/software/sudo/sudo_require_reauthentication/bash/shared.sh
0c1482
index 0b623ed4..e0b1c56a 100644
0c1482
--- a/linux_os/guide/system/software/sudo/sudo_require_reauthentication/bash/shared.sh
0c1482
+++ b/linux_os/guide/system/software/sudo/sudo_require_reauthentication/bash/shared.sh
0c1482
@@ -4,6 +4,8 @@
0c1482
 # complexity = low
0c1482
 # disruption = low
0c1482
 
0c1482
+# Include source function library.
0c1482
+. /usr/share/scap-security-guide/remediation_functions
0c1482
 
0c1482
 {{{ bash_instantiate_variables("var_sudo_timestamp_timeout") }}}
0c1482