Skip to content

Commit

Permalink
oscap: enable ccn profiles
Browse files Browse the repository at this point in the history
Add and enable the 3 ccn profiles for RHEL9 images.
  • Loading branch information
kingsleyzissou authored and supakeen committed Mar 30, 2024
1 parent 88b9d06 commit 1646937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/customizations/oscap/oscap.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const (
AnssiBp28High Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_high"
AnssiBp28Intermediary Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_intermediary"
AnssiBp28Minimal Profile = "xccdf_org.ssgproject.content_profile_anssi_bp28_minimal"
CcnAdvanced Profile = "xccdf_org.ssgproject.content_profile_ccn_advanced"
CcnBasic Profile = "xccdf_org.ssgproject.content_profile_ccn_basic"
CcnIntermediate Profile = "xccdf_org.ssgproject.content_profile_ccn_intermediate"
Cis Profile = "xccdf_org.ssgproject.content_profile_cis"
CisServerL1 Profile = "xccdf_org.ssgproject.content_profile_cis_server_l1"
CisWorkstationL1 Profile = "xccdf_org.ssgproject.content_profile_cis_workstation_l1"
Expand Down
3 changes: 3 additions & 0 deletions pkg/distro/rhel9/distro.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ var (
oscap.AnssiBp28High,
oscap.AnssiBp28Intermediary,
oscap.AnssiBp28Minimal,
oscap.CcnAdvanced,
oscap.CcnBasic,
oscap.CcnIntermediate,
oscap.Cis,
oscap.CisServerL1,
oscap.CisWorkstationL1,
Expand Down

0 comments on commit 1646937

Please sign in to comment.