Add rule accounts_umask_etc_bashrc and accounts_umask_etc_profile to Hummingbird#14630
Merged
matusmarhefka merged 6 commits intoComplianceAsCode:masterfrom Apr 13, 2026
Merged
Conversation
|
Skipping CI for Draft Pull Request. |
120c7b4 to
1c17e9d
Compare
The rule accounts_umask_etc_bashrc becomes applicable on containers. To do that, we will remove the system_with_kernel platform from the group.yml and we move the platform to the individual rules.
ab7e081 to
42bd196
Compare
Similar to accounts_umask_etc_bashrc, this rule would make sense for hardening hummingbird container images.
42bd196 to
2eb1b55
Compare
matusmarhefka
approved these changes
Apr 13, 2026
349fcb5 to
81e4ed5
Compare
f770821
into
ComplianceAsCode:master
62 of 65 checks passed
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:
Add rules accounts_umask_etc_bashrc and accounts_umask_etc_profile to Hummingbird to STIG and CIS profiles. Add a special remediation for hummingbird for these rules.
Rationale:
The rules
accounts_umask_etc_bashrcandaccounts_umask_etc_profileevaluate as FAIL by default on most hummingbird images. Having these rules with a remediation in the content will allow us to demonstrate and test how the remediation will work during the container image build time.Review Hints: