commit 661a195d94f1b5b97325ce5e92144e2766e477fa Author: Gabriel Becker Date: Fri Feb 25 17:19:26 2022 +0100 Downstream RHEL7 patch only to add include remediations functions. 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 index 0b623ed4..e0b1c56a 100644 --- 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 @@ -4,6 +4,8 @@ # complexity = low # disruption = low +# Include source function library. +. /usr/share/scap-security-guide/remediation_functions {{{ bash_instantiate_variables("var_sudo_timestamp_timeout") }}}