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

OCPBUGS-33945: select required SSHD timeout rule #12091

Merged

Commits on Jun 27, 2024

  1. OCPBUGS-33945: select required SSHD timeout rule

    The rule sshd_set_idle_timeout used to require rule sshd_set_keepalive_0
    for Red Hat linuxes. But after ComplianceAsCode#11815 it started to require rules
    sshd_set_keepalive.
    
    This selects the rule that satifyes the requirement.
    yuumasato committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5d53fe2 View commit details
    Browse the repository at this point in the history
  2. Update profile assertion files

    Add e2e for sshd-set-idle-timeout and replace sshd-set-keepalive-0 with
    sshd-set-keepalive.
    yuumasato committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    53fbc4f View commit details
    Browse the repository at this point in the history