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

SLE 12/15 profile updates #10577

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
5 changes: 5 additions & 0 deletions controls/anssi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,20 +733,25 @@ controls:
# Ensure passwords with minimum of 18 characters
- var_password_pam_minlen=18
- accounts_password_pam_minlen
- cracklib_accounts_password_pam_minlen
# Enforce password lenght for new accounts
- var_accounts_password_minlen_login_defs=18
- accounts_password_minlen_login_defs
# Require at Least 1 Special Character in Password
- var_password_pam_ocredit=1
- accounts_password_pam_ocredit
- cracklib_accounts_password_pam_ocredit
# Require at Least 1 Numeric Character in Password
- var_password_pam_dcredit=1
- cracklib_accounts_password_pam_dcredit
- accounts_password_pam_dcredit
# Require at Least 1 Uppercase Character in Password
- var_password_pam_ucredit=1
- accounts_password_pam_ucredit
- cracklib_accounts_password_pam_ucredit
# Require at Least 1 Lowercase Character in Password
- var_password_pam_lcredit=1
- cracklib_accounts_password_pam_lcredit
- accounts_password_pam_lcredit

# Lock out users after 3 failed authentication attempts within 15 min
Expand Down
4 changes: 4 additions & 0 deletions controls/pcidss_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,11 @@ controls:
- base
status: automated
rules:
- var_password_pam_dcredit=1
- var_password_pam_lcredit=1
- var_password_pam_minlen=12
- var_password_pam_ocredit=1
- var_password_pam_ucredit=1
- accounts_password_pam_ucredit
- accounts_password_pam_dcredit
- accounts_password_pam_lcredit
Expand Down
5 changes: 5 additions & 0 deletions products/sle15/profiles/pcs-hardening.profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ selections:
- var_accounts_fail_delay=4
- var_accounts_tmout=15_min
- inactivity_timeout_value=15_minutes
- var_password_pam_dcredit=1
- var_password_pam_lcredit=1
- var_password_pam_minlen=15
- var_password_pam_ocredit=1
- var_password_pam_ucredit=1
- sshd_idle_timeout_value=15_minutes
- var_sudo_timestamp_timeout=always_prompt
- var_password_pam_unix_remember=5
Expand Down
5 changes: 5 additions & 0 deletions products/sle15/profiles/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ selections:
- var_accounts_fail_delay=4
- var_accounts_tmout=15_min
- inactivity_timeout_value=15_minutes
- var_password_pam_dcredit=1
- var_password_pam_lcredit=1
- var_password_pam_minlen=15
- var_password_pam_ocredit=1
- var_password_pam_ucredit=1
- var_sudo_timestamp_timeout=always_prompt
- var_password_pam_unix_remember=5
- var_accounts_maximum_age_login_defs=60
Expand Down