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

test crypto changes from ssh-baseline #589

Closed
wants to merge 6 commits into from
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/mysql_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- ubuntu1804
- ubuntu2004
- ubuntu2204
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nginx_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- ubuntu1804
- ubuntu2004
- ubuntu2204
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/os_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- ubuntu1804
- ubuntu2004
- ubuntu2204
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/os_hardening_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- ubuntu1804
- ubuntu2004
- ubuntu2204
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ssh_hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- fedora
- ubuntu1804
- ubuntu2004
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ssh_hardening_custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
matrix:
molecule_distro:
- centos7
- centosstream8
- centosstream9
- rocky8
- rocky9
- fedora
- ubuntu1804
- ubuntu2004
Expand Down
2 changes: 1 addition & 1 deletion molecule/ssh_hardening/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"

- name: Execute cinc-auditor tests
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/ssh-baseline/archive/refs/heads/master.zip"
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/ssh-baseline/archive/refs/heads/simplify_crypto.zip"
register: test_results
changed_when: false
ignore_errors: true
Expand Down
9 changes: 0 additions & 9 deletions roles/mysql_hardening/vars/RedHat_8.yml

This file was deleted.

9 changes: 0 additions & 9 deletions roles/mysql_hardening/vars/Rocky_8.yml

This file was deleted.

10 changes: 0 additions & 10 deletions roles/mysql_hardening/vars/Ubuntu_18.yml

This file was deleted.

10 changes: 0 additions & 10 deletions roles/mysql_hardening/vars/Ubuntu_20.yml

This file was deleted.

10 changes: 0 additions & 10 deletions roles/mysql_hardening/vars/Ubuntu_22.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/os_hardening/vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ os_auth_sub_gid_min: 100000
os_auth_sub_gid_max: 600100000
os_auth_sub_gid_count: 65536

os_auth_pam_sssd_enable: false
os_auth_pam_sssd_enable: true

# defaults for useradd
os_useradd_mail_dir: /var/spool/mail
Expand Down
45 changes: 0 additions & 45 deletions roles/os_hardening/vars/RedHat_8.yml

This file was deleted.

45 changes: 0 additions & 45 deletions roles/os_hardening/vars/Rocky_8.yml

This file was deleted.

23 changes: 0 additions & 23 deletions roles/ssh_hardening/vars/CentOS_8.yml

This file was deleted.

23 changes: 0 additions & 23 deletions roles/ssh_hardening/vars/CentOS_9.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/ssh_hardening/vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ssh_group: root
ssh_host_keys_owner: 'root'
ssh_host_keys_group: 'ssh_keys'
ssh_selinux_packages:
- policycoreutils-python
- policycoreutils-python-utils
- checkpolicy

# true if SSH support Kerberos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ssh_group: root
ssh_host_keys_owner: 'root'
ssh_host_keys_group: 'ssh_keys'
ssh_selinux_packages:
- python3-policycoreutils
- policycoreutils-python
- checkpolicy

# true if SSH support Kerberos
Expand Down
23 changes: 0 additions & 23 deletions roles/ssh_hardening/vars/Rocky_8.yml

This file was deleted.