Skip to content

Commit

Permalink
accounts_passwords_pam_tally2: depend on pam being installed
Browse files Browse the repository at this point in the history
accounts_passwords_pam_tally2 is dependent on pam being installed, so it should express that with "platform: package[pam]" as other rules (such as accounts_password_pam_unix_remember) already do.

Signed-off-by: Craig Andrews <candrews@integralblue.com>
  • Loading branch information
candrews committed Mar 8, 2023
1 parent 5ad3939 commit e419960
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ ocil: |-
account required pam_tally2.so deny={{{ xccdf_value("var_password_pam_tally2") }}}</pre>
If the account option is missing, or commented out, this is a finding.
platform: package[pam]

0 comments on commit e419960

Please sign in to comment.