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

Fix Banner Title #8

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,13 @@ wn22stig_legalnoticetext: |

-Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details.

# WN22-SO-000140
# The Windows dialog box title for the legal banner must be configured with the appropriate text.
# "DoD Notice and Consent Banner", "US Department of Defense Warning Statement", or an organization-defined equivalent.
# If an organization-defined title is used, it can in no case contravene or modify the language of the banner text required in WN22-SO-000130.
# Automated tools may only search for the titles defined above. If an organization-defined title is used, a manual review will be required.
wn22stig_legalnoticecaption: "DoD Notice and Consent Banner"

# WN22-CC-000270
# Windows Server 2022 Application event log size must be configured to 32768 KB or greater.
# wn22stig_app_maxsize is the EventLog Application max log size value in KB.
Expand Down Expand Up @@ -616,13 +623,3 @@ wn22stig_setakeownershipprivilege: Administrators
# 0x00000063 (99) - Simple download mode, no peering (Simple)
# 0x00000064 (100) - Bypass mode, Delivery Optimization not used (Bypass)
wn22stig_dodownloadmode: 1

# WN22-SO-000140
# The Windows dialog box title for the legal banner must be configured with the appropriate text.
# "DoD Notice and Consent Banner", "US Department of Defense Warning Statement", or an organization-defined equivalent.
# If an organization-defined title is used, it can in no case contravene or modify the language of the banner text required in WN22-SO-000130.
# Automated tools may only search for the titles defined above. If an organization-defined title is used, a manual review will be required.
# "{{ wn22stig_legalnoticetext }}" will call to the default DoD Notice and Consent Banner.
# Upon creating this both "DoD Notice and Consent Banner", "US Department of Defense Warning Statement" are the same:
# wn22stig_legalnoticecaption: "{{ wn22stig_legalnoticetext }}"
wn22stig_legalnoticecaption: "{{ wn22stig_legalnoticetext }}"
Loading