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

Import SRG content for RHEL9 #9574

Merged
merged 17 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ plugins:
enabled: true
radon:
enabled: true
config:
threshold: "C"
sonar-python:
enabled: true
shellcheck:
Expand Down
1 change: 0 additions & 1 deletion controls/srg_gpos/SRG-OS-000163-GPOS-00072.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ controls:
- sshd_set_keepalive_0
- accounts_tmout
- var_accounts_tmout=10_min
status: does not meet
status_justification: |-
{{{ full_name }}} does not have configuration options to
meet this requirement. There is no option to configure sshd timeout
Expand Down
1 change: 1 addition & 0 deletions controls/srg_gpos/SRG-OS-000392-GPOS-00172.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ controls:
- audit_rules_privileged_commands_postdrop
- audit_rules_privileged_commands_postqueue
- audit_rules_privileged_commands_pt_chown
- audit_rules_execution_restorecon
- audit_rules_privileged_commands_ssh_agent
- audit_rules_privileged_commands_ssh_keysign
- audit_rules_privileged_commands_su
Expand Down
3 changes: 2 additions & 1 deletion controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ controls:
- mount_option_noexec_removable_partitions
- mount_option_nosuid_removable_partitions
- mount_option_krb_sec_remote_filesystems
- use_kerberos_security_all_exports

# sshd config
- sshd_disable_compression
Expand Down Expand Up @@ -225,7 +226,7 @@ controls:
- postfix_prevent_unrestricted_relay
- set_firewalld_default_zone
- firewalld_sshd_port_enabled

# misc
- enable_authselect
- no_host_based_files
Expand Down
Loading