File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
linux_os/guide/services/ntp/chrony_set_nts
tests/data/profile_stability/rhel10 Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ controls:
245245 - display_login_attempts
246246 - installed_OS_is_vendor_supported
247247 - selinux_all_devicefiles_labeled
248- - chrony_set_nts
249248 - tftp_uses_secure_mode_systemd
250249 - grub2_pti_argument
251250 - chronyd_client_only
Original file line number Diff line number Diff line change @@ -25,3 +25,10 @@ severity: medium
2525
2626platforms :
2727 - package[chrony]
28+
29+ warnings :
30+ - general : |-
31+ Network Time Security (NTS) is not compatible with systems running in FIPS mode.
32+ Enabling NTS on a system in FIPS mode causes chronyd service to abort with a fatal
33+ error. This is because NTS uses algorithms (specifically SIV cipher) that are not
34+ approved by NIST and are not compliant with FIPS.
Original file line number Diff line number Diff line change @@ -46,3 +46,4 @@ selections:
4646 - sshd_use_strong_macs
4747 - configure_ssh_crypto_policy
4848 - package_dnsmasq_removed
49+ - chrony_set_nts
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ auditd_overflow_action
147147auditd_write_logs
148148banner_etc_issue
149149bios_enable_execution_restrictions
150- chrony_set_nts
151150chronyd_client_only
152151chronyd_no_chronyc_network
153152chronyd_or_ntpd_set_maxpoll
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ auditd_overflow_action
147147auditd_write_logs
148148banner_etc_issue
149149bios_enable_execution_restrictions
150- chrony_set_nts
151150chronyd_client_only
152151chronyd_no_chronyc_network
153152chronyd_or_ntpd_set_maxpoll
You can’t perform that action at this time.
0 commit comments