diff --git a/defaults/main.yml b/defaults/main.yml index d15a61d..114efcb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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. @@ -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 }}"