You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIS Benchmarks aren't consistent in the wording of the recommended
login banner. In most CIS requirements, the text starts with
"Authorized users". But, in "Ensure GDM login banner is configured"
requirement recommends "Authorized uses".
Copy file name to clipboardExpand all lines: linux_os/guide/system/accounts/accounts-banners/dconf_login_banner_contents.var
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ options:
18
18
default: 'Authorized users only. All activity may be monitored and reported.'
19
19
# CIS doesn't enforce any specific content for login banners, but doesn't allow technical information.
20
20
# There is a generic content in case a remediation is necessary.
21
-
cis_default: 'Authorized users only. All activity may be monitored and reported.'
21
+
cis_default: 'Authorized uses only. All activity may be monitored and reported.'
22
22
dod_default: 'You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions:\n-The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations.\n-At any time, the USG may inspect and seize data stored on this IS.\n-Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose.\n-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.\n-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.'
23
23
dod_short: 'I''ve read & consent to terms in IS user agreem''t.'
24
24
dss_odaa_default: 'Use of this or any other DoD interest computer system constitutes consent to monitoring at all times. This is a DoD interest computer system. All DoD interest computer systems and related equipment are intended for the communication, transmission, processing, and storage of official U.S. Government or other authorized information only. All DoD interest computer systems are subject to monitoring at all times to ensure proper functioning of equipment and systems including security devices and systems, to prevent unauthorized use and violations of statutes and security regulations, to deter criminal activity, and for other similar purposes. Any user of a DoD interest computer system should be aware that any information placed in the system is subject to monitoring and is not subject to any expectation of privacy. If monitoring of this or any other DoD interest computer system reveals possible evidence of violation of criminal statutes, this evidence and any other related information, including identification information about the user, may be provided to law enforcement officials. If monitoring of this or any other DoD interest computer systems reveals violations of security regulations or unauthorized use, employees who violate security regulations or make unauthorized use of DoD interest computer systems are subject to appropriate disciplinary action. Use of this or any other DoD interest computer system constitutes consent to monitoring at all times.'
Enter an appropriate login banner regular expression for your organization.
@@ -20,8 +20,10 @@ options:
20
20
# CIS doesn't enforce any specific content for login banners, but doesn't allow technical information.
21
21
# There is a generic content in case a remediation is necessary.
22
22
# How to generate banner regex: https://complianceascode.readthedocs.io/en/latest/manual/developer/05_tools_and_utilities.html#generating-login-banner-regular-expressions
0 commit comments