diff --git a/hardening/anaconda/main.fmf b/hardening/anaconda/main.fmf index 2a8afe61..a647b8a9 100644 --- a/hardening/anaconda/main.fmf +++ b/hardening/anaconda/main.fmf @@ -68,6 +68,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/anaconda/cui extra-nitrate: TC#0615169 id: dcc000cc-f65a-47fd-bce2-d3ed4a1d5f4f diff --git a/hardening/anaconda/with-gui.fmf b/hardening/anaconda/with-gui.fmf index f6afa470..54c0328f 100644 --- a/hardening/anaconda/with-gui.fmf +++ b/hardening/anaconda/with-gui.fmf @@ -62,6 +62,9 @@ tag-: because: > not supported on RHEL-8 according to RHEL documentation, the "Profiles not compatible with Server with GUI" table + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/anaconda/with-gui/cui extra-nitrate: TC#0615410 id: 571513d7-7160-4b73-8eec-9f087a1ddddf diff --git a/hardening/ansible/main.fmf b/hardening/ansible/main.fmf index 0916cb98..3fbad512 100644 --- a/hardening/ansible/main.fmf +++ b/hardening/ansible/main.fmf @@ -69,6 +69,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/ansible/cui extra-nitrate: TC#0615424 id: ecd81d95-db3c-4ce0-8bc2-0634a6d10891 diff --git a/hardening/ansible/with-gui.fmf b/hardening/ansible/with-gui.fmf index d395cd1f..cab92a5c 100644 --- a/hardening/ansible/with-gui.fmf +++ b/hardening/ansible/with-gui.fmf @@ -56,6 +56,9 @@ duration: 2h because: > not supported on RHEL-8 according to RHEL documentation, the "Profiles not compatible with Server with GUI" table + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/ansible/with-gui/cui extra-nitrate: TC#0615438 id: c2089407-3b4d-46f7-8172-5e6d2d4c9919 diff --git a/hardening/host-os/ansible/main.fmf b/hardening/host-os/ansible/main.fmf index bed48b78..5972c659 100644 --- a/hardening/host-os/ansible/main.fmf +++ b/hardening/host-os/ansible/main.fmf @@ -55,6 +55,10 @@ adjust: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/host-os/ansible/cui extra-nitrate: TC#0615452 id: b5e079b6-91b0-4815-8f83-e0fc64e90f70 diff --git a/hardening/host-os/oscap/main.fmf b/hardening/host-os/oscap/main.fmf index da10bbd2..06542f37 100644 --- a/hardening/host-os/oscap/main.fmf +++ b/hardening/host-os/oscap/main.fmf @@ -48,6 +48,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/host-os/oscap/cui extra-nitrate: TC#0615466 id: bf0a09f8-0809-43e6-bb85-a46566ae99e7 diff --git a/hardening/image-builder/main.fmf b/hardening/image-builder/main.fmf index 4c4c934c..a9261771 100644 --- a/hardening/image-builder/main.fmf +++ b/hardening/image-builder/main.fmf @@ -72,6 +72,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/image-builder/cui extra-nitrate: TC#0617142 id: b51902b5-372b-4bac-abde-7b4ed55883a9 diff --git a/hardening/oscap/main.fmf b/hardening/oscap/main.fmf index 22e0fd21..e75b6e0a 100644 --- a/hardening/oscap/main.fmf +++ b/hardening/oscap/main.fmf @@ -65,6 +65,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/oscap/cui extra-nitrate: TC#0615196 id: 0acaf295-d069-47fa-844b-c1e2ac652032 diff --git a/hardening/oscap/old-new/main.fmf b/hardening/oscap/old-new/main.fmf index 4e248db8..e5f5f169 100644 --- a/hardening/oscap/old-new/main.fmf +++ b/hardening/oscap/old-new/main.fmf @@ -51,6 +51,10 @@ tag: /cui: environment+: PROFILE: cui + adjust+: + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/oscap/old-new/cui extra-nitrate: TC#0617516 id: 62972d55-4aca-484e-817b-ea5b751270d3 diff --git a/hardening/oscap/with-gui.fmf b/hardening/oscap/with-gui.fmf index a6664c92..0993ef1f 100644 --- a/hardening/oscap/with-gui.fmf +++ b/hardening/oscap/with-gui.fmf @@ -56,6 +56,9 @@ duration: 2h because: > not supported on RHEL-8 according to RHEL documentation, the "Profiles not compatible with Server with GUI" table + - when: distro >= rhel-10 + enabled: false + because: there is no CUI profile on RHEL-10+ extra-summary: /CoreOS/scap-security-guide/hardening/oscap/with-gui/cui extra-nitrate: TC#0615481 id: 79f376c2-e518-4d7d-b62b-44156da7dc79