Skip to content

Commit

Permalink
Fix lower bound variable in accounts_passwords_pam_faillock_deny
Browse files Browse the repository at this point in the history
Fixed to work with new OVAL logic in template (inclusive comparison).
  • Loading branch information
mpurg committed Dec 9, 2024
1 parent faa4da4 commit db7b26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db7b26c

Please sign in to comment.