Skip to content

Commit d39acc8

Browse files
author
Kazuki Omo
committed
Changed Several files.
1 parent 13789a5 commit d39acc8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ComplianceAsCode/content_for_supporting_rocky8/files/diff_content_for_supporting_rocky8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ diff -Nru content.org/ssg/constants.py content/ssg/constants.py
7474
]
7575

7676
JINJA_MACROS_BASE_DEFINITIONS = os.path.join(os.path.dirname(os.path.dirname(
77-
@@ -180,6 +181,7 @@
77+
@@ -181,6 +182,7 @@
7878
"Ubuntu 20.04": "ubuntu2004",
7979
"WRLinux 8": "wrlinux8",
8080
"WRLinux 1019": "wrlinux1019",
8181
+ "Rocky Linux 8": "rocky8",
8282
}
8383

8484

85-
@@ -194,7 +196,7 @@
85+
@@ -195,7 +197,7 @@
8686
}
8787

8888
MULTI_PLATFORM_LIST = ["rhel", "fedora", "rhosp", "rhv", "debian", "ubuntu",
@@ -91,15 +91,15 @@ diff -Nru content.org/ssg/constants.py content/ssg/constants.py
9191

9292
MULTI_PLATFORM_MAPPING = {
9393
"multi_platform_debian": ["debian9", "debian10"],
94-
@@ -210,6 +212,7 @@
94+
@@ -211,6 +213,7 @@
9595
"multi_platform_sle": ["sle12", "sle15"],
9696
"multi_platform_ubuntu": ["ubuntu1604", "ubuntu1804", "ubuntu2004"],
9797
"multi_platform_wrlinux": ["wrlinux8", "wrlinux1019"],
9898
+ "multi_platform_wrlinux": ["rocky8"],
9999
}
100100

101101
RHEL_CENTOS_CPE_MAPPING = {
102-
@@ -375,6 +378,7 @@
102+
@@ -376,6 +379,7 @@
103103
'ol': 'Oracle Linux',
104104
'ocp': 'Red Hat OpenShift Container Platform',
105105
'rhcos': 'Red Hat Enterprise Linux CoreOS',

ComplianceAsCode/content_for_supporting_rocky8/files/rocky8/profiles/standard.profile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
documentation_complete: true
22

3-
title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
3+
title: 'Standard System Security Profile for Rocky Linux 8'
44

55
description: |-
66
This profile contains rules to ensure standard security baseline
7-
of a Red Hat Enterprise Linux 8 system. Regardless of your system's workload
7+
of a Rocky Linux 8 system. Regardless of your system's workload
88
all of these checks should pass.
99

1010
selections:

0 commit comments

Comments
 (0)