Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily prod fix: add enable_authselect rule to pci-dss control file #11295

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions controls/pcidss_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,7 @@ controls:
- base
status: automated
rules:
- enable_authselect
- accounts_passwords_pam_faillock_deny
- var_accounts_passwords_pam_faillock_deny=10
- accounts_passwords_pam_faillock_unlock_time
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel8/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ metadata:
- vojtapolasek
reference: https://docs-prv.pcisecuritystandards.org/PCI%20DSS/Standard/PCI-DSS-v4_0.pdf
selections:
- enable_authselect
- package_sudo_installed
- sshd_set_loglevel_verbose
- accounts_password_warn_age_login_defs
Expand Down
Loading