Skip to content

Commit 63b867d

Browse files
authored
Merge pull request #14542 from mrkanon/enable_gpgcheck_for_all_repositories
Update OL08-00-010370 STIG ID rule selection
2 parents 37a01fb + 9dcc753 commit 63b867d

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
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/*

linux_os/guide/system/software/updating/enable_gpgcheck_for_all_repositories/rule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ identifiers:
2323

2424
references:
2525
srg: SRG-OS-000366-GPOS-00153
26+
stigid@ol8: OL08-00-010370
2627

2728
ocil_clause: 'GPG checking is disabled'
2829

linux_os/guide/system/software/updating/ensure_gpgcheck_globally_activated/rule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ references:
5656
pcidss: Req-6.2
5757
srg: SRG-OS-000366-GPOS-00153
5858
stigid@ol7: OL07-00-020050
59-
stigid@ol8: OL08-00-010370
6059
stigid@sle12: SLES-12-010550
6160
stigid@sle15: SLES-15-010430
6261

linux_os/guide/system/software/updating/ensure_gpgcheck_never_disabled/rule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ references:
4848
ospp: FPT_TUD_EXT.1,FPT_TUD_EXT.2
4949
pcidss: Req-6.2
5050
srg: SRG-OS-000366-GPOS-00153
51-
stigid@ol8: OL08-00-010370
5251

5352
ocil_clause: 'GPG checking is disabled'
5453

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)