Skip to content

Commit 169c4f3

Browse files
committed
Update OL08-00-010370 STIG ID rule selection
Use enable_gpgcheck_for_all_repositories to get better aligment with OL08-00-010370 STIG ID Signed-off-by: Armando Acosta <armando.acosta@oracle.com>
1 parent 66e0c73 commit 169c4f3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

linux_os/guide/system/software/updating/enable_gpgcheck_for_all_repositories/ansible/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# platform = multi_platform_rhel
1+
# platform = multi_platform_rhel,multi_platform_ol
22
# reboot = false
33
# strategy = enable
44
# complexity = low

linux_os/guide/system/software/updating/enable_gpgcheck_for_all_repositories/bash/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# platform = multi_platform_rhel
1+
# platform = multi_platform_rhel,multi_platform_ol
22

33
function replace_all_gpgcheck {
44
sed -i 's/gpgcheck\s*=.*/gpgcheck=1/g' /etc/yum.repos.d/*

products/ol8/profiles/stig.profile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ selections:
249249
- aide_scan_notification
250250

251251
# OL08-00-010370
252-
- ensure_gpgcheck_globally_activated
253-
- ensure_gpgcheck_never_disabled
252+
- enable_gpgcheck_for_all_repositories
254253

255254
# OL08-00-010371
256255
- ensure_gpgcheck_local_packages

0 commit comments

Comments
 (0)