From cb400827438d2d0dc8eacd1fdd62ca69e875781f Mon Sep 17 00:00:00 2001 From: Armando Acosta Date: Fri, 16 Jan 2026 13:20:53 -0600 Subject: [PATCH] Update OL9 STIG profile STIG ID - OL09-00-000301 Remove rule aide_periodic_cron_checking STIG ID - OL09-00-002513 Update rule to file_permission_user_init_files_root STIG ID - OL09-00-000140 Update requirement status from automated to not applicable STIG ID - OL09-00-000300 Add rule aide_build_database STIG ID - OL09-00-002580 Add rule package_cron_installed Signed-off-by: Armando Acosta --- controls/stig_ol9.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/controls/stig_ol9.yml b/controls/stig_ol9.yml index db6443d3172..2126ccd8fc5 100644 --- a/controls/stig_ol9.yml +++ b/controls/stig_ol9.yml @@ -472,7 +472,7 @@ controls: title: OL 9 must not have the quagga package installed. rules: - package_quagga_removed - status: automated + status: not applicable # The quagga package is not available in OL 9 - id: OL09-00-000145 levels: @@ -914,6 +914,7 @@ controls: - medium title: OL 9 cron configuration directories must have a mode of 0700 or less permissive. rules: + - package_cron_installed - file_permissions_cron_d - file_permissions_cron_daily - file_permissions_cron_hourly @@ -936,7 +937,7 @@ controls: - medium title: OL 9 local initialization files must have mode 0740 or less permissive. rules: - - file_permission_user_init_files + - file_permission_user_init_files_root status: automated - id: OL09-00-002515 @@ -2931,6 +2932,7 @@ controls: title: OL 9 must have the AIDE package installed. rules: - package_aide_installed + - aide_build_database status: automated - id: OL09-00-000301 @@ -2939,7 +2941,6 @@ controls: title: OL 9 must routinely check the baseline configuration for unauthorized changes and notify the system administrator when anomalies in the operation of any security functions are discovered. rules: - - aide_periodic_cron_checking - aide_scan_notification status: automated