From 952f998b0b2e6766343220af42d81d9fc2812b7d Mon Sep 17 00:00:00 2001 From: Edgar Aguilar Date: Mon, 10 Apr 2023 16:16:35 -0600 Subject: [PATCH] Update OL9 stig_gui Some rules needed to be unselected. Some because remove packages that GUI installation requires and one because prevents the system to start in graphical.target mode Signed-off-by: Edgar Aguilar --- products/ol9/profiles/stig_gui.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/products/ol9/profiles/stig_gui.profile b/products/ol9/profiles/stig_gui.profile index f9071a379ea..f1c649200a1 100644 --- a/products/ol9/profiles/stig_gui.profile +++ b/products/ol9/profiles/stig_gui.profile @@ -21,5 +21,16 @@ description: |- extends: stig selections: + # Unselect rules that remove packages required by "server with GUI" installation # OL08-00-040320 - '!xwindows_remove_packages' + + # SRG-OS-000480-GPOS-00227 + - '!package_xorg-x11-server-common_removed' + + # SRG-OS-000095-GPOS-00049 + - '!package_nfs-utils_removed' + + # Unselect to allow the system to start in graphical.target mode + # OL08-00-040321 + - '!xwindows_runlevel_target'