Update DISA STIG overlays for rhel7 to V2R5#5067
Merged
redhatrises merged 3 commits intoComplianceAsCode:masterfrom Dec 12, 2019
Merged
Update DISA STIG overlays for rhel7 to V2R5#5067redhatrises merged 3 commits intoComplianceAsCode:masterfrom
redhatrises merged 3 commits intoComplianceAsCode:masterfrom
Conversation
I just run
xmllint --format \
-o rhel7/overlays/stig_overlay.xml \
rhel7/overlays/stig_overlay.xml
If we look at the other files like
firefox/overlays/stig_overlay.xml
chromium/overlays/stig_overlay.xml
rhel6/overlays/stig_overlay.xml
sle11/overlays/stig_overlay.xml
jre/overlays/stig_overlay.xml
eap6/overlays/stig_overlay.xml
they all have human readable formating.
See https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cunix-linux Note for future lemmings: I used following commands to do achieve this: ./build_product rhel7 wget https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Red_Hat_Enterprise_Linux_7_V2R5_STIG.zip unzip U_Red_Hat_Enterprise_Linux_7_V2R5_STIG.zip PYTHONPATH=. ./utils/create-stig-overlay.py \ --disa-xccdf U_Red_Hat_Enterprise_Linux_7_V2R5_Manual_STIG/U_Red_Hat_Enterprise_Linux_7_STIG_V2R5_Manual-xccdf.xml \ --ssg-xccdf ./build/ssg-rhel7-xccdf.xml \ -o ./rhel7/overlays/stig_overlay.xml xmllint --format -o ./rhel7/overlays/stig_overlay.xml ./rhel7/overlays/stig_overlay.xml
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.
New DISA STIG content was released on 31 Oct 2019. Available on for download at https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cunix-linux
/cc @tedbrunell