Add XCCDF Value sshd_required to other products#2428
Merged
jan-cerny merged 5 commits intoComplianceAsCode:masterfrom Oct 24, 2017
Merged
Add XCCDF Value sshd_required to other products#2428jan-cerny merged 5 commits intoComplianceAsCode:masterfrom
jan-cerny merged 5 commits intoComplianceAsCode:masterfrom
Conversation
Use Value sshd_required in Rule disable_host_auth to determine if Profile requires SSH installed, uninstalled, or doesn't care.
Collaborator
|
Thank you for fixing this, it looks good to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
sshd_requiredto products that implement their own SSH Rules.disable_host_authto use Valuesshd_required.Rationale:
#2272 introduced Value
sshd_requiredfor SSH Rules in Shared.But some products don't gather XCCDF Rules for SSH from shared, they have their own Rules in their own directories, these products are:
Although, these products have their own Rules for SSH, they still rely on OVAL checks from shared.
So the Rules need to define Value
sshd_required.