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

Ensure Match blocks are 'closed' #192

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

mvangoor
Copy link
Contributor

Description

In recent enterprise linux systems the system security policies are appended at the end of "sshd_config".
If we do not 'close' the match block it will be interpreted in the level of the match block.
This fix will ensure it is in the right context.

Issues Resolved

N/A

Check List

  • A summary of changes made is included in the CHANGELOG under ## Unreleased
  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

…config and if we do not add a "Match all" it will be interpretted under the level of the match

Signed-off-by: Mike van Goor <[email protected]>
@mvangoor mvangoor requested a review from a team as a code owner November 27, 2024 13:38
@damacus damacus self-assigned this Nov 27, 2024
@damacus damacus added the Release: Patch Release to Chef Supermarket as a version patch when merged label Nov 27, 2024
@damacus damacus merged commit d5a632e into sous-chefs:main Nov 27, 2024
19 of 27 checks passed
@kitchen-porter
Copy link
Contributor

Released as: 2.11.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release: Patch Release to Chef Supermarket as a version patch when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants