Skip to content

Commit

Permalink
Update profile stability tests for STIG
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusburghardt committed Feb 8, 2023
1 parent d6ddb41 commit acfec9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/data/profile_stability/rhel8/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ selections:
- set_password_hashing_algorithm_passwordauth
- set_password_hashing_algorithm_systemauth
- set_password_hashing_min_rounds_logindefs
- ssh_keys_passphrase_protected
- sshd_disable_empty_passwords
- sshd_disable_gssapi_auth
- sshd_disable_kerb_auth
Expand Down Expand Up @@ -418,7 +419,6 @@ selections:
- sysctl_net_ipv6_conf_default_accept_redirects
- sysctl_net_ipv6_conf_default_accept_source_route
- sysctl_user_max_user_namespaces
- ssh_keys_passphrase_protected
- tftpd_uses_secure_mode
- usbguard_generate_policy
- wireless_disable_interfaces
Expand All @@ -435,7 +435,7 @@ selections:
- var_accounts_minimum_age_login_defs=1
- var_accounts_max_concurrent_login_sessions=10
- var_password_pam_remember=5
- var_password_pam_remember_control_flag=requisite
- var_password_pam_remember_control_flag=requisite_or_required
- var_selinux_state=enforcing
- var_selinux_policy_name=targeted
- var_password_pam_unix_rounds=5000
Expand Down
4 changes: 2 additions & 2 deletions tests/data/profile_stability/rhel8/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ selections:
- set_password_hashing_algorithm_passwordauth
- set_password_hashing_algorithm_systemauth
- set_password_hashing_min_rounds_logindefs
- ssh_keys_passphrase_protected
- sshd_disable_empty_passwords
- sshd_disable_gssapi_auth
- sshd_disable_kerb_auth
Expand All @@ -389,7 +390,6 @@ selections:
- sshd_use_approved_kex_ordered_stig
- sshd_use_strong_rng
- sshd_x11_use_localhost
- ssh_keys_passphrase_protected
- sssd_certificate_verification
- sssd_enable_certmap
- sssd_enable_smartcards
Expand Down Expand Up @@ -443,7 +443,7 @@ selections:
- var_accounts_minimum_age_login_defs=1
- var_accounts_max_concurrent_login_sessions=10
- var_password_pam_remember=5
- var_password_pam_remember_control_flag=requisite
- var_password_pam_remember_control_flag=requisite_or_required
- var_selinux_state=enforcing
- var_selinux_policy_name=targeted
- var_password_pam_unix_rounds=5000
Expand Down

0 comments on commit acfec9a

Please sign in to comment.