From db7b26c3c71de779a932a311259cbed78bccc17b Mon Sep 17 00:00:00 2001 From: Miha Purg Date: Fri, 6 Dec 2024 22:40:00 +0100 Subject: [PATCH] Fix lower bound variable in accounts_passwords_pam_faillock_deny Fixed to work with new OVAL logic in template (inclusive comparison). --- .../accounts_passwords_pam_faillock_deny/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_deny/rule.yml b/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_deny/rule.yml index f18c0a14fec..52107ee4843 100644 --- a/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_deny/rule.yml +++ b/linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_deny/rule.yml @@ -97,4 +97,4 @@ template: ext_variable: var_accounts_passwords_pam_faillock_deny description: Lockout account after failed login attempts. variable_upper_bound: use_ext_variable - variable_lower_bound: 0 + variable_lower_bound: 1