Skip to content

Commit

Permalink
RHEL 9 STIG: change var_networkmanager_dns_mode to "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Oct 1, 2024
1 parent 9e02169 commit 47264e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controls/stig_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ controls:
title: RHEL 9 must configure a DNS processing mode set be Network Manager.
rules:
- networkmanager_dns_mode
- var_networkmanager_dns_mode=none
- var_networkmanager_dns_mode=explicit_default
status: automated

- id: RHEL-09-252045
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ operator: 'equals'
options:
none: none
default: default
explicit_default: default
2 changes: 1 addition & 1 deletion tests/data/profile_stability/rhel9/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ selections:
- var_rekey_limit_size=1G
- var_rekey_limit_time=1hour
- sshd_approved_ciphers=stig_rhel9
- var_networkmanager_dns_mode=none
- var_networkmanager_dns_mode=explicit_default
- var_multiple_time_servers=stig
- var_time_service_set_maxpoll=18_hours
- var_user_initialization_files_regex=all_dotfiles
Expand Down
2 changes: 1 addition & 1 deletion tests/data/profile_stability/rhel9/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ selections:
- var_rekey_limit_size=1G
- var_rekey_limit_time=1hour
- sshd_approved_ciphers=stig_rhel9
- var_networkmanager_dns_mode=none
- var_networkmanager_dns_mode=explicit_default
- var_multiple_time_servers=stig
- var_time_service_set_maxpoll=18_hours
- var_user_initialization_files_regex=all_dotfiles
Expand Down

0 comments on commit 47264e6

Please sign in to comment.