Skip to content

Commit

Permalink
Fix Banner Title
Browse files Browse the repository at this point in the history
Signed-off-by: rlmass <[email protected]>
  • Loading branch information
rlmass authored Jun 24, 2024
1 parent 7c0f23c commit c65cbd9
Showing 1 changed file with 7 additions and 10 deletions.
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 }}"

0 comments on commit c65cbd9

Please sign in to comment.