Improve mapping of some requirements in RHEL 10 STIG control file#14836
Open
jan-cerny wants to merge 3 commits into
Open
Improve mapping of some requirements in RHEL 10 STIG control file#14836jan-cerny wants to merge 3 commits into
jan-cerny wants to merge 3 commits into
Conversation
- Rule aide_periodic_cron_checking is a subset of aide_scan_notification, the latter is better aligned with the STIG requirement so it makes sense to keep only that - Aide_build_database is a convenience rule for package_aide_installed. - Other rules are selected in other requirements, we don't need them to be selected multiple times.
The rule postfix_client_configure_mail_alias_postmaster doesn't fit the requirement for RHEL-10-200691 and also this rule is already selected in requirement RHEL-10-700670 so we can safely remove it from here.
Only the rule sysctl_crypto_fips_enabled fits the STIG requirement.
|
@jan-cerny: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
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:
Improve rule selection in control file for requirements RHEL-10-200633, RHEL-10-200691 and RHEL-10-000500. For more information read commit messages of all commits.
Rationale:
Better alignment with DISA STIG.