Skip to content

Commit 809e189

Browse files
authored
Merge pull request #154 from ansible-lockdown/Jan23_improvements
Jan23 improvements
2 parents 2d3b7ea + 02b11a2 commit 809e189

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ rhel8stig_sshd_compression: "no"
829829

830830
# RHEL-08-030740
831831
# rhel8stig_ntp_server_name is the name of the NTP server
832-
rhel8stig_ntp_server_name: server.name
832+
rhel8stig_ntp_server_name: 0.us.pool.ntp.mil
833833

834834
# RHEL-08-040137
835835
# rhel8stig_fapolicy_white_list is the whitelist for fapolicyd, the last item in the list must be dyny all all

templates/ansible_vars_goss.yml.j2

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
## metadata for Audit benchmark
3-
benchmark_version: '1.4'
3+
benchmark_version: '1.8'
44

55
rhel8stig_os_distribution: {{ ansible_distribution | lower }}
66

@@ -433,13 +433,13 @@ MAX_UID: {{ rhel8stig_interactive_uid_stop }}
433433
# RHEL_08_010040-010050-010060
434434
rhel8stig_banner_file: /etc/issue
435435
rhel8stig_logon_banner:
436-
- 'You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.'
437-
- 'By using this IS (which includes any device attached to this IS), you consent to the following conditions:'
438-
- '-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.'
439-
- '-At any time, the USG may inspect and seize data stored on this IS.'
440-
- '-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.'
441-
- '-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.'
442-
- '-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.'
436+
- You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.
437+
- By using this IS (which includes any device attached to this IS), you consent to the following conditions:
438+
- -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.
439+
- -At any time, the USG may inspect and seize data stored on this IS.
440+
- -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.
441+
- -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.
442+
- -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.
443443

444444
# RHEL_08_010680 to change if using hostfile only - seperate checks
445445
rhel8stig_uses_dns: true

0 commit comments

Comments
 (0)