Skip to content

Commit

Permalink
accounts_passwords_pam_faildelay_delay: depend on pam
Browse files Browse the repository at this point in the history
accounts_passwords_pam_faildelay_delay 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 <[email protected]>
  • Loading branch information
candrews committed Mar 8, 2023
1 parent 5ad3939 commit 71b8aa1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ template:
arguments:
- variable: delay
operation: greater than or equal

platform: package[pam]

0 comments on commit 71b8aa1

Please sign in to comment.