Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
controls:
- id: SRG-OS-000480-GPOS-00227

Check failure on line 2 in controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed Controls and Profiles Files

2:8 [hyphens] too many spaces after hyphen
levels:
- medium
title: {{{ full_name }}} must be configured in accordance with the security configuration

Check failure on line 5 in controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed Controls and Profiles Files

5:34 syntax error: expected <block end>, but found '<scalar>' (syntax)

Check failure on line 5 in controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed Controls and Profiles Files

5:29 [braces] too many spaces inside braces

Check failure on line 5 in controls/srg_gpos/SRG-OS-000480-GPOS-00227.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed Controls and Profiles Files

5:19 [braces] too many spaces inside braces
settings based on DoD security configuration or implementation guidance, including
STIGs, NSA configuration guides, CTOs, and DTMs.
rules:
Expand Down Expand Up @@ -245,7 +245,6 @@
- display_login_attempts
- installed_OS_is_vendor_supported
- selinux_all_devicefiles_labeled
- chrony_set_nts
- tftp_uses_secure_mode_systemd
- grub2_pti_argument
- chronyd_client_only
Expand Down
7 changes: 7 additions & 0 deletions linux_os/guide/services/ntp/chrony_set_nts/rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ severity: medium

platforms:
- package[chrony]

warnings:
- general: |-
Network Time Security (NTS) is not compatible with systems running in FIPS mode.
Enabling NTS on a system in FIPS mode causes chronyd service to abort with a fatal
error. This is because NTS uses algorithms (specifically SIV cipher) that are not
approved by NIST and are not compliant with FIPS.
1 change: 1 addition & 0 deletions products/rhel10/profiles/default.profile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ selections:
- sshd_use_strong_macs
- configure_ssh_crypto_policy
- package_dnsmasq_removed
- chrony_set_nts
1 change: 0 additions & 1 deletion tests/data/profile_stability/rhel10/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ auditd_overflow_action
auditd_write_logs
banner_etc_issue
bios_enable_execution_restrictions
chrony_set_nts
chronyd_client_only
chronyd_no_chronyc_network
chronyd_or_ntpd_set_maxpoll
Expand Down
1 change: 0 additions & 1 deletion tests/data/profile_stability/rhel10/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ auditd_overflow_action
auditd_write_logs
banner_etc_issue
bios_enable_execution_restrictions
chrony_set_nts
chronyd_client_only
chronyd_no_chronyc_network
chronyd_or_ntpd_set_maxpoll
Expand Down
Loading