Skip to content

Commit

Permalink
Merge pull request #12534 from ggbecker/update-hipaa
Browse files Browse the repository at this point in the history
Remove `sshd_enable_warning_banner_net` from HIPAA control file
  • Loading branch information
Mab879 authored Oct 24, 2024
2 parents 04a7fa4 + 44b40aa commit face9b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions controls/hipaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- sshd_use_priv_separation
Expand Down Expand Up @@ -639,7 +638,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- var_sshd_set_keepalive=1
- sshd_use_approved_ciphers
Expand Down Expand Up @@ -708,7 +706,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- sshd_use_priv_separation
Expand Down Expand Up @@ -906,7 +903,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- sshd_use_priv_separation
Expand Down Expand Up @@ -1675,7 +1671,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- sshd_use_approved_ciphers
Expand Down Expand Up @@ -1749,7 +1744,6 @@ controls:
- sshd_do_not_permit_user_env
- sshd_enable_strictmodes
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- sshd_use_approved_ciphers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ fixtext: |-
srg_requirement: '{{{ full_name }}} must display the Standard Mandatory DoD Notice and Consent Banner before granting local or remote access to the system via a ssh logon.'

conflicts:
- sshd_enable_warning_banner_net

template:
name: sshd_lineinfile
vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ references:

{{{ complete_ocil_entry_sshd_option(default="no", option="Banner", value="/etc/issue.net") }}}

conflicts:
- sshd_enable_warning_banner

template:
name: sshd_lineinfile
vars:
Expand Down

0 comments on commit face9b1

Please sign in to comment.