public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vit Mojzis <vmojzis@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: Fix "adjust" statements
Date: Fri, 11 Sep 2026 13:23:22 GMT	[thread overview]
Message-ID: <178913300233.1.4989652700384711943.tests-selinux-caa904c01f06@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : caa904c01f069e8ce1398404a3c87508cd0292f0
            Author : Vit Mojzis <vmojzis@redhat.com>
            Date   : 2025-10-09T20:22:22+02:00
            Stats  : +200/-200 in 195 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/caa904c01f069e8ce1398404a3c87508cd0292f0?branch=pr775-checkpolicy-revdeps

            Log:
            Fix "adjust" statements

Whenever a key is defined in the tmt hierarchy and some child also
defines that key, the child's will overwrite the previous one. The "+"
changes the operation to "append", so the content of key+ in the child
is added to the existing key.

Meaning that any "adjust" statement in a test plan using a test that
defines it's own "adjust:" is ignored.

Since we are expecting other statements to be appended to the "adjust"
sections, the content of each section needs to be a single list item as
opposed to a set of key-value pairs (first line needs to start with a
hyphen).

- Replace all "adjust:" sections with "adjust+:" in order to honor any
  adjustments further up the tree (parent tests, or test plans).
- Fix malformed "adjust" sections (sets of key-value pairs)

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>

---
diff --git a/checkpolicy/checkmodule/main.fmf b/checkpolicy/checkmodule/main.fmf
index 2020861..0c472de 100644
--- a/checkpolicy/checkmodule/main.fmf
+++ b/checkpolicy/checkmodule/main.fmf
@@ -28,7 +28,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1064603
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1329217
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1392394
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/checkpolicy/checkpolicy-docs/main.fmf b/checkpolicy/checkpolicy-docs/main.fmf
index b333ac5..58021b7 100644
--- a/checkpolicy/checkpolicy-docs/main.fmf
+++ b/checkpolicy/checkpolicy-docs/main.fmf
@@ -27,7 +27,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1328979
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=739866
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=533790
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/checkpolicy/checkpolicy/main.fmf b/checkpolicy/checkpolicy/main.fmf
index 39ed072..6d24ebe 100644
--- a/checkpolicy/checkpolicy/main.fmf
+++ b/checkpolicy/checkpolicy/main.fmf
@@ -32,7 +32,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=739866
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1328966
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1328979
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/checkpolicy/sedismod/main.fmf b/checkpolicy/sedismod/main.fmf
index edde1e2..a9ad051 100644
--- a/checkpolicy/sedismod/main.fmf
+++ b/checkpolicy/sedismod/main.fmf
@@ -22,7 +22,7 @@ tag:
   - f32friendly
   - targeted
 tier: 2
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/checkpolicy/sedispol/main.fmf b/checkpolicy/sedispol/main.fmf
index dfcb6a8..829c255 100644
--- a/checkpolicy/sedispol/main.fmf
+++ b/checkpolicy/sedispol/main.fmf
@@ -21,7 +21,7 @@ tier: 2
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1303696
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1337890
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/kernel/avc_log_actual_context_if_invalid/main.fmf b/kernel/avc_log_actual_context_if_invalid/main.fmf
index 719b580..7826746 100644
--- a/kernel/avc_log_actual_context_if_invalid/main.fmf
+++ b/kernel/avc_log_actual_context_if_invalid/main.fmf
@@ -16,7 +16,7 @@ require:
 duration: 15m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8.1
     because: RHEL-8.0 and below is not expected to support this

diff --git a/kernel/avc_tracepoint/main.fmf b/kernel/avc_tracepoint/main.fmf
index 2599ce5..e0794c8 100644
--- a/kernel/avc_tracepoint/main.fmf
+++ b/kernel/avc_tracepoint/main.fmf
@@ -14,7 +14,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
+adjust+:
 - enabled: false
   when: distro < rhel-8.5
   because: RHEL-8.5 and below are not expected to support this

diff --git a/kernel/bogus-warning-in-selinux_ima_measure_state/main.fmf b/kernel/bogus-warning-in-selinux_ima_measure_state/main.fmf
index 57e2859..1d3922d 100644
--- a/kernel/bogus-warning-in-selinux_ima_measure_state/main.fmf
+++ b/kernel/bogus-warning-in-selinux_ima_measure_state/main.fmf
@@ -11,7 +11,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
+adjust+:
 - enabled: false
   when: distro < fedora-36
   because: some kernels on Fedora 35 and below don't have the fix

diff --git a/kernel/connect_AF_UNSPEC/main.fmf b/kernel/connect_AF_UNSPEC/main.fmf
index 7afdbc4..6cc8d77 100644
--- a/kernel/connect_AF_UNSPEC/main.fmf
+++ b/kernel/connect_AF_UNSPEC/main.fmf
@@ -13,7 +13,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro ~< rhel-8.1
     because: RHEL-8.0 is not expected to have the bug fixed

diff --git a/kernel/genfs_fallback/main.fmf b/kernel/genfs_fallback/main.fmf
index 36161e9..c83e5a9 100644
--- a/kernel/genfs_fallback/main.fmf
+++ b/kernel/genfs_fallback/main.fmf
@@ -16,7 +16,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
+adjust+:
  -  enabled: false
     when: distro < rhel-8.5
     because: RHEL-8.5 and below are not expected to support this

diff --git a/kernel/journald_performance/main.fmf b/kernel/journald_performance/main.fmf
index 3f9f019..310c826 100644
--- a/kernel/journald_performance/main.fmf
+++ b/kernel/journald_performance/main.fmf
@@ -16,7 +16,7 @@ require:
 duration: 30m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8.3
     because: RHEL-8.2 and below are not expected to have the bug fixed

diff --git a/kernel/keycreate_empty_value/main.fmf b/kernel/keycreate_empty_value/main.fmf
index 80cfd80..d0d90da 100644
--- a/kernel/keycreate_empty_value/main.fmf
+++ b/kernel/keycreate_empty_value/main.fmf
@@ -12,7 +12,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8.1
     because: RHEL-8.0 and below are not expected to have the bug fixed

diff --git a/kernel/labeled-cephfs/main.fmf b/kernel/labeled-cephfs/main.fmf
index e4e3ded..371ab50 100644
--- a/kernel/labeled-cephfs/main.fmf
+++ b/kernel/labeled-cephfs/main.fmf
@@ -8,6 +8,6 @@ tier: 2
 tag:
   - failinfedora
   - avoidImageMode
-adjust:
+adjust+:
 -   enabled: false
     when: distro < rhel-8

diff --git a/kernel/labeling_before_policy_load/main.fmf b/kernel/labeling_before_policy_load/main.fmf
index 3258f9c..a0b5c9f 100644
--- a/kernel/labeling_before_policy_load/main.fmf
+++ b/kernel/labeling_before_policy_load/main.fmf
@@ -19,7 +19,7 @@ require:
 duration: 30m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8.3
     because: RHEL-8.2 and below are not expected to support this

diff --git a/kernel/mount-options-memleak/main.fmf b/kernel/mount-options-memleak/main.fmf
index 5913209..08dfec9 100644
--- a/kernel/mount-options-memleak/main.fmf
+++ b/kernel/mount-options-memleak/main.fmf
@@ -9,8 +9,8 @@ framework: beakerlib
 duration: 1h
 tier: 2
 enabled: true
-adjust:
-    enabled: false
+adjust+:
+  - enabled: false
     when: distro < rhel-7
     because: RHEL-6 and below are not worth supporting by this test
 link:

diff --git a/kernel/netlabel-leaves-nops-in-packets/main.fmf b/kernel/netlabel-leaves-nops-in-packets/main.fmf
index b238e96..7d13bb0 100644
--- a/kernel/netlabel-leaves-nops-in-packets/main.fmf
+++ b/kernel/netlabel-leaves-nops-in-packets/main.fmf
@@ -13,8 +13,8 @@ require:
   - gcc
   - netlabel_tools
 enabled: true
-adjust:
-    enabled: false
+adjust+:
+  - enabled: false
     when: distro < rhel-7
     because: RHEL-6 and below are not worth supporting by this test
 link:

diff --git a/kernel/netlabel_many_ifaces/main.fmf b/kernel/netlabel_many_ifaces/main.fmf
index 4aaeb04..cfb456e 100644
--- a/kernel/netlabel_many_ifaces/main.fmf
+++ b/kernel/netlabel_many_ifaces/main.fmf
@@ -12,7 +12,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
-    enabled: false
+adjust+:
+  - enabled: false
     when: distro < rhel-8.4
     because: not fixed below RHEL 8.4...

diff --git a/kernel/ocontext-race/main.fmf b/kernel/ocontext-race/main.fmf
index 2748fbd..93b7423 100644
--- a/kernel/ocontext-race/main.fmf
+++ b/kernel/ocontext-race/main.fmf
@@ -11,7 +11,7 @@ require:
 duration: 15m
 tier: 2
 enabled: true
-adjust:
+adjust+:
 - enabled: false
   when: distro < rhel-7
   because: RHEL-6 and below are not worth supporting by this test

diff --git a/kernel/sctp_peeloff_corner_case/main.fmf b/kernel/sctp_peeloff_corner_case/main.fmf
index 582248e..68b07e7 100644
--- a/kernel/sctp_peeloff_corner_case/main.fmf
+++ b/kernel/sctp_peeloff_corner_case/main.fmf
@@ -17,7 +17,7 @@ require:
 duration: 10m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8
     because: RHEL-7 and below don't have SCTP SELinux support

diff --git a/kernel/sctp_peer_label_bug/main.fmf b/kernel/sctp_peer_label_bug/main.fmf
index ae87830..70d0fc7 100644
--- a/kernel/sctp_peer_label_bug/main.fmf
+++ b/kernel/sctp_peer_label_bug/main.fmf
@@ -16,7 +16,7 @@ recommend:
 duration: 10m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8
     because: RHEL-7 and below don't have SCTP SELinux support

diff --git a/kernel/selinux-testsuite/main.fmf b/kernel/selinux-testsuite/main.fmf
index 2dd60df..d3875ba 100644
--- a/kernel/selinux-testsuite/main.fmf
+++ b/kernel/selinux-testsuite/main.fmf
@@ -11,7 +11,7 @@ tier: 1
 enabled: true
 tag:
   - fusa
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-6
   - enabled: false

diff --git a/kernel/setsebool-deadlock/main.fmf b/kernel/setsebool-deadlock/main.fmf
index 48a51f5..e83260e 100644
--- a/kernel/setsebool-deadlock/main.fmf
+++ b/kernel/setsebool-deadlock/main.fmf
@@ -14,7 +14,7 @@ require:
 duration: 5m
 tier: 3
 enabled: true
-adjust:
+adjust+:
  -  enabled: false
     when: distro < fedora-34
     because: some kernels on Fedora 33 and below don't have the fix

diff --git a/kernel/synflood/main.fmf b/kernel/synflood/main.fmf
index 369876d..76a24ee 100644
--- a/kernel/synflood/main.fmf
+++ b/kernel/synflood/main.fmf
@@ -21,7 +21,7 @@ duration: 1h
 # currently disabled due to being unreliable
 enabled: false
 tier: 3
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8
     because: The test doesn't work well on RHEL-7

diff --git a/kernel/wrong-rules-after-setsebool/main.fmf b/kernel/wrong-rules-after-setsebool/main.fmf
index d31ce1f..4dfcd12 100644
--- a/kernel/wrong-rules-after-setsebool/main.fmf
+++ b/kernel/wrong-rules-after-setsebool/main.fmf
@@ -14,7 +14,7 @@ require:
 duration: 5m
 tier: 2
 enabled: true
-adjust:
-    enabled: false
+adjust+:
+  - enabled: false
     when: distro < rhel-7
     because: RHEL-6 and below are not worth supporting by this test

diff --git a/kernel/xfrm-refcount-underflow/main.fmf b/kernel/xfrm-refcount-underflow/main.fmf
index b0db0ea..a08b332 100644
--- a/kernel/xfrm-refcount-underflow/main.fmf
+++ b/kernel/xfrm-refcount-underflow/main.fmf
@@ -12,8 +12,8 @@ recommend:
 duration: 15m
 tier: 2
 enabled: true
-adjust:
-    enabled: false
+adjust+:
+  - enabled: false
     when: distro < rhel-7
     because: RHEL-6 and below are not worth supporting by this test
 link:

diff --git a/libselinux/get_default_context/main.fmf b/libselinux/get_default_context/main.fmf
index 893f644..55bc274 100644
--- a/libselinux/get_default_context/main.fmf
+++ b/libselinux/get_default_context/main.fmf
@@ -27,7 +27,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1879368
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1884282
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/libselinux/getpolicyload/main.fmf b/libselinux/getpolicyload/main.fmf
index 627da13..5ac18eb 100644
--- a/libselinux/getpolicyload/main.fmf
+++ b/libselinux/getpolicyload/main.fmf
@@ -13,7 +13,7 @@ tag:
   - NoRHIVOS
 link:
   - relates: https://issues.redhat.com/browse/RHEL-16233
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8
     because: the getpolicyload program is not available there

diff --git a/libselinux/getsebool/main.fmf b/libselinux/getsebool/main.fmf
index c603122..9621457 100644
--- a/libselinux/getsebool/main.fmf
+++ b/libselinux/getsebool/main.fmf
@@ -18,7 +18,7 @@ tag:
   - NoRHIVOS
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1402140
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libselinux/realpath_not_final-function/main.fmf b/libselinux/realpath_not_final-function/main.fmf
index 6fc50f8..e22cf47 100644
--- a/libselinux/realpath_not_final-function/main.fmf
+++ b/libselinux/realpath_not_final-function/main.fmf
@@ -22,7 +22,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1404644
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/libselinux/selabel-functions/main.fmf b/libselinux/selabel-functions/main.fmf
index c3e7bae..c61f519 100644
--- a/libselinux/selabel-functions/main.fmf
+++ b/libselinux/selabel-functions/main.fmf
@@ -22,7 +22,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1390909
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libselinux/selabel_lookup-and-local-changes/main.fmf b/libselinux/selabel_lookup-and-local-changes/main.fmf
index 66cbf9d..24a0713 100644
--- a/libselinux/selabel_lookup-and-local-changes/main.fmf
+++ b/libselinux/selabel_lookup-and-local-changes/main.fmf
@@ -15,7 +15,7 @@ tag:
   - CI-Tier-1
   - NoRHEL4
   - NoRHEL5
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/libselinux/selinux_boolean_sub-function/main.fmf b/libselinux/selinux_boolean_sub-function/main.fmf
index 3b69a94..e370b46 100644
--- a/libselinux/selinux_boolean_sub-function/main.fmf
+++ b/libselinux/selinux_boolean_sub-function/main.fmf
@@ -20,7 +20,7 @@ tag:
   - f33friendly
   - fusa
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/libselinux/selinux_restorecon-functions/main.fmf b/libselinux/selinux_restorecon-functions/main.fmf
index bc551ee..f6e1a3e 100644
--- a/libselinux/selinux_restorecon-functions/main.fmf
+++ b/libselinux/selinux_restorecon-functions/main.fmf
@@ -21,7 +21,7 @@ tag:
   - targeted
   - fusa
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/libselinux/selinux_sestatus-functions/main.fmf b/libselinux/selinux_sestatus-functions/main.fmf
index 97ab55d..cb94b2f 100644
--- a/libselinux/selinux_sestatus-functions/main.fmf
+++ b/libselinux/selinux_sestatus-functions/main.fmf
@@ -21,7 +21,7 @@ tag:
   - targeted
   - fusa
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/libselinux/selinux_set_callback/main.fmf b/libselinux/selinux_set_callback/main.fmf
index 1a278f1..e60ab41 100644
--- a/libselinux/selinux_set_callback/main.fmf
+++ b/libselinux/selinux_set_callback/main.fmf
@@ -23,7 +23,7 @@ tag:
   - targeted
   - NoRHIVOS
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libselinux/setenforce/main.fmf b/libselinux/setenforce/main.fmf
index 82a8763..900021b 100644
--- a/libselinux/setenforce/main.fmf
+++ b/libselinux/setenforce/main.fmf
@@ -22,7 +22,7 @@ tag:
   - targeted
   - fusa
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libselinux/validatetrans/main.fmf b/libselinux/validatetrans/main.fmf
index 198ed13..b8eef52 100644
--- a/libselinux/validatetrans/main.fmf
+++ b/libselinux/validatetrans/main.fmf
@@ -33,7 +33,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2008965
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the validatetrans program is not available there

diff --git a/libsemanage/cross-device-link-in-containers/main.fmf b/libsemanage/cross-device-link-in-containers/main.fmf
index 90f0fe4..834fcf4 100644
--- a/libsemanage/cross-device-link-in-containers/main.fmf
+++ b/libsemanage/cross-device-link-in-containers/main.fmf
@@ -22,7 +22,7 @@ tag:
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2068085
   - verifies: https://issues.redhat.com/browse/RHEL-70632
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/libsemanage/sanity-tests/main.fmf b/libsemanage/sanity-tests/main.fmf
index 10309ea..e5e8f4f 100644
--- a/libsemanage/sanity-tests/main.fmf
+++ b/libsemanage/sanity-tests/main.fmf
@@ -29,7 +29,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1642305
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1781097
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1636973
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libsemanage/semanage-handle-functions/main.fmf b/libsemanage/semanage-handle-functions/main.fmf
index 91a3234..0c6e3c5 100644
--- a/libsemanage/semanage-handle-functions/main.fmf
+++ b/libsemanage/semanage-handle-functions/main.fmf
@@ -23,7 +23,7 @@ tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1642305
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1781097
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libsemanage/semanage-seuser-functions/main.fmf b/libsemanage/semanage-seuser-functions/main.fmf
index 0924387..58089d1 100644
--- a/libsemanage/semanage-seuser-functions/main.fmf
+++ b/libsemanage/semanage-seuser-functions/main.fmf
@@ -20,7 +20,7 @@ tag:
   - rhel8-buildroot
   - targeted
   - avoidImageMode
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libsemanage/usepasswd-in-semanage-conf/main.fmf b/libsemanage/usepasswd-in-semanage-conf/main.fmf
index 55d9502..0e37053 100644
--- a/libsemanage/usepasswd-in-semanage-conf/main.fmf
+++ b/libsemanage/usepasswd-in-semanage-conf/main.fmf
@@ -25,7 +25,7 @@ tag:
   - avoidImageMode
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1871786
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libsemanage/verify-options-in-semanage-conf/main.fmf b/libsemanage/verify-options-in-semanage-conf/main.fmf
index 73f2096..5b32f86 100644
--- a/libsemanage/verify-options-in-semanage-conf/main.fmf
+++ b/libsemanage/verify-options-in-semanage-conf/main.fmf
@@ -31,7 +31,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1400705
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/libsepol/self-keyword-in-type-rules/main.fmf b/libsepol/self-keyword-in-type-rules/main.fmf
index 038b5d9..5db34a4 100644
--- a/libsepol/self-keyword-in-type-rules/main.fmf
+++ b/libsepol/self-keyword-in-type-rules/main.fmf
@@ -16,7 +16,7 @@ require:
 duration: 15m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-9.1
     because: RHEL-8 and below are not expected to support this

diff --git a/libsepol/sepol_check_context/main.fmf b/libsepol/sepol_check_context/main.fmf
index 0f0a82b..f0e3b5e 100644
--- a/libsepol/sepol_check_context/main.fmf
+++ b/libsepol/sepol_check_context/main.fmf
@@ -21,7 +21,7 @@ tag:
   - targeted
   - avoidImageMode
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/mcstrans/bz442327-setfscreatecon-with-invalid-context/main.fmf b/mcstrans/bz442327-setfscreatecon-with-invalid-context/main.fmf
index cf211c2..fc979e6 100644
--- a/mcstrans/bz442327-setfscreatecon-with-invalid-context/main.fmf
+++ b/mcstrans/bz442327-setfscreatecon-with-invalid-context/main.fmf
@@ -36,7 +36,7 @@ tier: 3
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=442327
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=800470
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/mcstrans/internal-examples-testsuite/main.fmf b/mcstrans/internal-examples-testsuite/main.fmf
index 0ee1be6..ec20c6b 100644
--- a/mcstrans/internal-examples-testsuite/main.fmf
+++ b/mcstrans/internal-examples-testsuite/main.fmf
@@ -29,7 +29,7 @@ tag:
   - avoidImageMode
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1656304
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/mcstrans/mcstrans-daemon-segfaults-when-using-secon-C/main.fmf b/mcstrans/mcstrans-daemon-segfaults-when-using-secon-C/main.fmf
index 149799d..7d3bd93 100644
--- a/mcstrans/mcstrans-daemon-segfaults-when-using-secon-C/main.fmf
+++ b/mcstrans/mcstrans-daemon-segfaults-when-using-secon-C/main.fmf
@@ -29,7 +29,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1315996
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1316680
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1699784
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/other/mounting/main.fmf b/other/mounting/main.fmf
index b7ac025..2ee20f9 100644
--- a/other/mounting/main.fmf
+++ b/other/mounting/main.fmf
@@ -16,7 +16,7 @@ tag:
   - NoRHEL6
   - failinfedora
   - targeted
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/plans/failing.fmf b/plans/failing.fmf
index defea7e..178ab77 100644
--- a/plans/failing.fmf
+++ b/plans/failing.fmf
@@ -1,5 +1,5 @@
 summary: test plan which contains failing tests
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/plans/gating.fmf b/plans/gating.fmf
index 8fa5264..a2c97ba 100644
--- a/plans/gating.fmf
+++ b/plans/gating.fmf
@@ -1,5 +1,5 @@
 summary: Gating test plan
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/plans/notier.fmf b/plans/notier.fmf
index 638f579..790b033 100644
--- a/plans/notier.fmf
+++ b/plans/notier.fmf
@@ -1,5 +1,5 @@
 summary: no tier test plan
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/plans/tier1.fmf b/plans/tier1.fmf
index 21405ed..bf35d2d 100644
--- a/plans/tier1.fmf
+++ b/plans/tier1.fmf
@@ -1,5 +1,5 @@
 summary: Tier1 test plan
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/plans/tier2.fmf b/plans/tier2.fmf
index 1065970..ab9f339 100644
--- a/plans/tier2.fmf
+++ b/plans/tier2.fmf
@@ -1,5 +1,5 @@
 summary: Tier2 test plan
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/plans/tier3.fmf b/plans/tier3.fmf
index da2bd80..b57f030 100644
--- a/plans/tier3.fmf
+++ b/plans/tier3.fmf
@@ -1,5 +1,5 @@
 summary: Tier3 test plan
-adjust:
+adjust+:
 - when: trigger == commit
   enabled: false
   because: do not run this plan on changes caused by a PR/MR

diff --git a/policycoreutils/CIL-modules-without-compilation/main.fmf b/policycoreutils/CIL-modules-without-compilation/main.fmf
index c4082d9..38386d3 100644
--- a/policycoreutils/CIL-modules-without-compilation/main.fmf
+++ b/policycoreutils/CIL-modules-without-compilation/main.fmf
@@ -20,7 +20,7 @@ tag:
   - f33friendly
   - targeted
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/booleans/main.fmf b/policycoreutils/booleans/main.fmf
index ef60e1b..9b3f7d4 100644
--- a/policycoreutils/booleans/main.fmf
+++ b/policycoreutils/booleans/main.fmf
@@ -17,7 +17,7 @@ tag:
   - f33friendly
   - targeted
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/file-contexts/main.fmf b/policycoreutils/file-contexts/main.fmf
index e06a54c..7f3dfa1 100644
--- a/policycoreutils/file-contexts/main.fmf
+++ b/policycoreutils/file-contexts/main.fmf
@@ -20,7 +20,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1822100
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/load_policy/main.fmf b/policycoreutils/load_policy/main.fmf
index 764cadc..b4e572f 100644
--- a/policycoreutils/load_policy/main.fmf
+++ b/policycoreutils/load_policy/main.fmf
@@ -24,7 +24,7 @@ tag:
   - targeted
   - avoidImageMode
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/policycoreutils/modules/main.fmf b/policycoreutils/modules/main.fmf
index e566551..cde2ca0 100644
--- a/policycoreutils/modules/main.fmf
+++ b/policycoreutils/modules/main.fmf
@@ -18,7 +18,7 @@ tag:
   - f32friendly
   - f33friendly
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/org-selinux-dbus-interfaces/main.fmf b/policycoreutils/org-selinux-dbus-interfaces/main.fmf
index 93c052d..1a6c054 100644
--- a/policycoreutils/org-selinux-dbus-interfaces/main.fmf
+++ b/policycoreutils/org-selinux-dbus-interfaces/main.fmf
@@ -25,7 +25,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1415988
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1754873
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/python-module-precedence-issue/main.fmf b/policycoreutils/python-module-precedence-issue/main.fmf
index b3c1807..a84f7f9 100644
--- a/policycoreutils/python-module-precedence-issue/main.fmf
+++ b/policycoreutils/python-module-precedence-issue/main.fmf
@@ -24,7 +24,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2128976
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/restorecon/main.fmf b/policycoreutils/restorecon/main.fmf
index e20ff1f..9d6fcb9 100644
--- a/policycoreutils/restorecon/main.fmf
+++ b/policycoreutils/restorecon/main.fmf
@@ -45,7 +45,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=736153
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=741371
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=740669
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/restorecond_pointer_abuse/main.fmf b/policycoreutils/restorecond_pointer_abuse/main.fmf
index 4dffd53..b4f30c1 100644
--- a/policycoreutils/restorecond_pointer_abuse/main.fmf
+++ b/policycoreutils/restorecond_pointer_abuse/main.fmf
@@ -19,7 +19,7 @@ recommend:
   - systemd
   - policycoreutils
   - libselinux-utils
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-7
 id: a900e46c-6cf9-49e1-9625-5beb609760c5

diff --git a/policycoreutils/selinux-autorelabel-service/main.fmf b/policycoreutils/selinux-autorelabel-service/main.fmf
index 82c489a..0243f14 100644
--- a/policycoreutils/selinux-autorelabel-service/main.fmf
+++ b/policycoreutils/selinux-autorelabel-service/main.fmf
@@ -25,7 +25,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1766578
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1778094
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/policycoreutils/selinux-info/main.fmf b/policycoreutils/selinux-info/main.fmf
index e05574e..1c05e99 100644
--- a/policycoreutils/selinux-info/main.fmf
+++ b/policycoreutils/selinux-info/main.fmf
@@ -18,7 +18,7 @@ tag:
   - f33friendly
   - targeted
 tier: 1
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/semanage-imports-port-defs/main.fmf b/policycoreutils/semanage-imports-port-defs/main.fmf
index 87d7764..9de2dc9 100644
--- a/policycoreutils/semanage-imports-port-defs/main.fmf
+++ b/policycoreutils/semanage-imports-port-defs/main.fmf
@@ -16,7 +16,7 @@ tier: 1
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2063353
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2108174
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     because: the test is not relevant there

diff --git a/policycoreutils/semanage-interface/main.fmf b/policycoreutils/semanage-interface/main.fmf
index adc896b..d961f08 100644
--- a/policycoreutils/semanage-interface/main.fmf
+++ b/policycoreutils/semanage-interface/main.fmf
@@ -24,7 +24,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=953826
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/semanage-login/main.fmf b/policycoreutils/semanage-login/main.fmf
index 9b56fa1..e883371 100644
--- a/policycoreutils/semanage-login/main.fmf
+++ b/policycoreutils/semanage-login/main.fmf
@@ -25,7 +25,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=953826
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/semanage-user/main.fmf b/policycoreutils/semanage-user/main.fmf
index 05e6aa5..4ef5dbd 100644
--- a/policycoreutils/semanage-user/main.fmf
+++ b/policycoreutils/semanage-user/main.fmf
@@ -27,7 +27,7 @@ tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=953826
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=987444
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/semodule-rebuild-if-modules-changed/main.fmf b/policycoreutils/semodule-rebuild-if-modules-changed/main.fmf
index 84f82f2..b9115c7 100644
--- a/policycoreutils/semodule-rebuild-if-modules-changed/main.fmf
+++ b/policycoreutils/semodule-rebuild-if-modules-changed/main.fmf
@@ -15,7 +15,7 @@ require:
 duration: 15m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-8
     because: RHEL-7 and below are not expected to support this

diff --git a/policycoreutils/sepolicy-generate/main.fmf b/policycoreutils/sepolicy-generate/main.fmf
index 3bd18e5..fc31e47 100644
--- a/policycoreutils/sepolicy-generate/main.fmf
+++ b/policycoreutils/sepolicy-generate/main.fmf
@@ -29,7 +29,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=962752
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=924107
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=924121
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/policycoreutils/sepolicy-manpage/main.fmf b/policycoreutils/sepolicy-manpage/main.fmf
index 107bf51..ab89152 100644
--- a/policycoreutils/sepolicy-manpage/main.fmf
+++ b/policycoreutils/sepolicy-manpage/main.fmf
@@ -14,7 +14,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1416372
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1854639
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1989840
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     because: the sepolicy command is not available there

diff --git a/policycoreutils/sestatus/main.fmf b/policycoreutils/sestatus/main.fmf
index 7f8d71c..436e656 100644
--- a/policycoreutils/sestatus/main.fmf
+++ b/policycoreutils/sestatus/main.fmf
@@ -21,7 +21,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=705027
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=705031
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1723859
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/setfiles_binary/main.fmf b/policycoreutils/setfiles_binary/main.fmf
index 0f46801..e00f7b1 100644
--- a/policycoreutils/setfiles_binary/main.fmf
+++ b/policycoreutils/setfiles_binary/main.fmf
@@ -16,7 +16,7 @@ tag:
   - targeted
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1973754
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/policycoreutils/setsebool/main.fmf b/policycoreutils/setsebool/main.fmf
index 1d0b2b4..e12bcec 100644
--- a/policycoreutils/setsebool/main.fmf
+++ b/policycoreutils/setsebool/main.fmf
@@ -34,7 +34,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=825176
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=666365
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=998974
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/policycoreutils/spaces-in-fcontext-patterns/main.fmf b/policycoreutils/spaces-in-fcontext-patterns/main.fmf
index 7537f7b..62bb7a3 100644
--- a/policycoreutils/spaces-in-fcontext-patterns/main.fmf
+++ b/policycoreutils/spaces-in-fcontext-patterns/main.fmf
@@ -29,7 +29,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1893545
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/ModemManager-and-similar/main.fmf b/selinux-policy/ModemManager-and-similar/main.fmf
index 83674f3..aa1d8b5 100644
--- a/selinux-policy/ModemManager-and-similar/main.fmf
+++ b/selinux-policy/ModemManager-and-similar/main.fmf
@@ -51,7 +51,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2145005
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2149560
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2149954
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/abrt-services/main.fmf b/selinux-policy/abrt-services/main.fmf
index 3cf58bb..31a4a38 100644
--- a/selinux-policy/abrt-services/main.fmf
+++ b/selinux-policy/abrt-services/main.fmf
@@ -39,7 +39,7 @@ tag:
   - NoRHIVOS
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2274709
-adjust:
+adjust+:
   - enabled: false
     when: distro >= rhel-9
     because: the abrt* packages are not available there

diff --git a/selinux-policy/accounts-daemon-and-similar/main.fmf b/selinux-policy/accounts-daemon-and-similar/main.fmf
index 320de21..b698587 100644
--- a/selinux-policy/accounts-daemon-and-similar/main.fmf
+++ b/selinux-policy/accounts-daemon-and-similar/main.fmf
@@ -62,7 +62,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1933842
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1934573
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1935232
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/acpid-and-similar/main.fmf b/selinux-policy/acpid-and-similar/main.fmf
index 11de4a9..a5227cd 100644
--- a/selinux-policy/acpid-and-similar/main.fmf
+++ b/selinux-policy/acpid-and-similar/main.fmf
@@ -39,7 +39,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1623342
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1932294
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1919167
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/anon_inode-and-similar/main.fmf b/selinux-policy/anon_inode-and-similar/main.fmf
index c348cbb..08c5b28 100644
--- a/selinux-policy/anon_inode-and-similar/main.fmf
+++ b/selinux-policy/anon_inode-and-similar/main.fmf
@@ -42,7 +42,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-11792
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2270895
   - verifies: https://issues.redhat.com/browse/RHEL-60837
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the anon_inode class is not defined there

diff --git a/selinux-policy/bgpd-and-similar/main.fmf b/selinux-policy/bgpd-and-similar/main.fmf
index 218eef7..4d5fb79 100644
--- a/selinux-policy/bgpd-and-similar/main.fmf
+++ b/selinux-policy/bgpd-and-similar/main.fmf
@@ -36,7 +36,7 @@ tier: 2
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1830170
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2055578
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/blueman-and-similar/main.fmf b/selinux-policy/blueman-and-similar/main.fmf
index 39bff7e..ff6b625 100644
--- a/selinux-policy/blueman-and-similar/main.fmf
+++ b/selinux-policy/blueman-and-similar/main.fmf
@@ -35,7 +35,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1470501
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2027044
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7, rhel-8, rhel-9, centos-stream-8, centos-stream-9, rhel-10, centos-stream-10
     because: the blueman package is not available there

diff --git a/selinux-policy/boinc-and-similar/main.fmf b/selinux-policy/boinc-and-similar/main.fmf
index 3d3bf7c..10b15e3 100644
--- a/selinux-policy/boinc-and-similar/main.fmf
+++ b/selinux-policy/boinc-and-similar/main.fmf
@@ -40,7 +40,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1618683
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1711682
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1779070
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/boltd-and-similar/main.fmf b/selinux-policy/boltd-and-similar/main.fmf
index c1cb2fa..3bf9dca 100644
--- a/selinux-policy/boltd-and-similar/main.fmf
+++ b/selinux-policy/boltd-and-similar/main.fmf
@@ -42,7 +42,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1702243
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1704766
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1951114
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/boothd-and-similar/main.fmf b/selinux-policy/boothd-and-similar/main.fmf
index 3e43139..658048a 100644
--- a/selinux-policy/boothd-and-similar/main.fmf
+++ b/selinux-policy/boothd-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-57104
   - verifies: https://issues.redhat.com/browse/RHEL-58060
   - verifies: https://issues.redhat.com/browse/RHEL-75471
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the booth package is not available there

diff --git a/selinux-policy/bootupd-and-similar/main.fmf b/selinux-policy/bootupd-and-similar/main.fmf
index d892f6e..caaeb12 100644
--- a/selinux-policy/bootupd-and-similar/main.fmf
+++ b/selinux-policy/bootupd-and-similar/main.fmf
@@ -39,7 +39,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-39514
   - verifies: https://issues.redhat.com/browse/RHEL-66584
   - verifies: https://issues.redhat.com/browse/RHEL-70849
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the package is not available there

diff --git a/selinux-policy/bz481628-send-msg-to-dbus/main.fmf b/selinux-policy/bz481628-send-msg-to-dbus/main.fmf
index a85118a..bd4a4a3 100644
--- a/selinux-policy/bz481628-send-msg-to-dbus/main.fmf
+++ b/selinux-policy/bz481628-send-msg-to-dbus/main.fmf
@@ -41,7 +41,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1688671
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1727887
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1754476
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf b/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
index 02da87f..8200304 100644
--- a/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
+++ b/selinux-policy/bz533007-unable-to-start-kdump-service/main.fmf
@@ -75,7 +75,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1934347
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=830822
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2236876
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/bz538089-plymouth-operations-denied-during-boot/main.fmf b/selinux-policy/bz538089-plymouth-operations-denied-during-boot/main.fmf
index 1fe7c6a..cb47c57 100644
--- a/selinux-policy/bz538089-plymouth-operations-denied-during-boot/main.fmf
+++ b/selinux-policy/bz538089-plymouth-operations-denied-during-boot/main.fmf
@@ -47,7 +47,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1871307
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2184803
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2256442
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/bz562833-chrooted-named-file-contexts/main.fmf b/selinux-policy/bz562833-chrooted-named-file-contexts/main.fmf
index 5ecc85f..21eb7c2 100644
--- a/selinux-policy/bz562833-chrooted-named-file-contexts/main.fmf
+++ b/selinux-policy/bz562833-chrooted-named-file-contexts/main.fmf
@@ -56,7 +56,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2223725
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2224352
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2226703
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/bz624405-pcsc-and-similar/main.fmf b/selinux-policy/bz624405-pcsc-and-similar/main.fmf
index 55f68de..a02ba20 100644
--- a/selinux-policy/bz624405-pcsc-and-similar/main.fmf
+++ b/selinux-policy/bz624405-pcsc-and-similar/main.fmf
@@ -50,7 +50,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2355930
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2356058
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2357154
-adjust:
+adjust+:
   - enabled: false
     when: arch == s390, s390x
     continue: false

diff --git a/selinux-policy/bz733494-amanda-and-similar/main.fmf b/selinux-policy/bz733494-amanda-and-similar/main.fmf
index 5f838a8..585ba2e 100644
--- a/selinux-policy/bz733494-amanda-and-similar/main.fmf
+++ b/selinux-policy/bz733494-amanda-and-similar/main.fmf
@@ -51,7 +51,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1960513
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1065002
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1572696
-adjust:
+adjust+:
   - enabled: false
     when: distro >= rhel-9
     because: the amanda package is not available there

diff --git a/selinux-policy/caddy-and-similar/main.fmf b/selinux-policy/caddy-and-similar/main.fmf
index 57f9b9c..29d7066 100644
--- a/selinux-policy/caddy-and-similar/main.fmf
+++ b/selinux-policy/caddy-and-similar/main.fmf
@@ -29,7 +29,7 @@ tag:
   - rhel9-epel
   - NoRHIVOS
   - avoidImageMode
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, centos-stream-10, rhel-10
     because: the caddy package is not available there

diff --git a/selinux-policy/capability2-class/main.fmf b/selinux-policy/capability2-class/main.fmf
index b7a5cad..b26898a 100644
--- a/selinux-policy/capability2-class/main.fmf
+++ b/selinux-policy/capability2-class/main.fmf
@@ -21,7 +21,7 @@ duration: 15m
 enabled: true
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1915264
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     continue: false

diff --git a/selinux-policy/chronyd-and-similar/main.fmf b/selinux-policy/chronyd-and-similar/main.fmf
index 5263193..4262523 100644
--- a/selinux-policy/chronyd-and-similar/main.fmf
+++ b/selinux-policy/chronyd-and-similar/main.fmf
@@ -86,7 +86,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-18219
   - verifies: https://issues.redhat.com/browse/RHEL-82299
   - verifies: https://issues.redhat.com/browse/RHEL-82308
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/cockpit-ws-and-similar/main.fmf b/selinux-policy/cockpit-ws-and-similar/main.fmf
index f09482f..58c3e1a 100644
--- a/selinux-policy/cockpit-ws-and-similar/main.fmf
+++ b/selinux-policy/cockpit-ws-and-similar/main.fmf
@@ -53,7 +53,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1629678
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1718814
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1979182
-adjust:
+adjust+:
   - enabled: false
     when: arch != x86_64
     continue: false

diff --git a/selinux-policy/colord-and-similar/main.fmf b/selinux-policy/colord-and-similar/main.fmf
index 0fcf28b..9fe6b74 100644
--- a/selinux-policy/colord-and-similar/main.fmf
+++ b/selinux-policy/colord-and-similar/main.fmf
@@ -47,7 +47,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1951114
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1878094
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2259679
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/cups-browsed-and-similar/main.fmf b/selinux-policy/cups-browsed-and-similar/main.fmf
index edef678..58f1e9a 100644
--- a/selinux-policy/cups-browsed-and-similar/main.fmf
+++ b/selinux-policy/cups-browsed-and-similar/main.fmf
@@ -39,7 +39,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1929329
   - verifies: https://issues.redhat.com/browse/RHEL-47401
   - verifies: https://issues.redhat.com/browse/RHEL-54579
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/cups-lpd-and-similar/main.fmf b/selinux-policy/cups-lpd-and-similar/main.fmf
index d0c1613..312617e 100644
--- a/selinux-policy/cups-lpd-and-similar/main.fmf
+++ b/selinux-policy/cups-lpd-and-similar/main.fmf
@@ -49,7 +49,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2020531
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2039449
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1919173
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/cups-pdf-and-similar/main.fmf b/selinux-policy/cups-pdf-and-similar/main.fmf
index 2589357..e0c7321 100644
--- a/selinux-policy/cups-pdf-and-similar/main.fmf
+++ b/selinux-policy/cups-pdf-and-similar/main.fmf
@@ -48,7 +48,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1700442
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1832521
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2234765
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-alt-7, rhel-10, centos-stream-10
     continue: false

diff --git a/selinux-policy/deny-rules/main.fmf b/selinux-policy/deny-rules/main.fmf
index 43b5448..d3774c7 100644
--- a/selinux-policy/deny-rules/main.fmf
+++ b/selinux-policy/deny-rules/main.fmf
@@ -29,7 +29,7 @@ tag:
   - NoRHEL8
   - targeted
   - NoRHIVOS
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-8
     because: deny rules are not recognized/implemented there

diff --git a/selinux-policy/dhclient-and-similar/main.fmf b/selinux-policy/dhclient-and-similar/main.fmf
index a359cd7..0b4d92d 100644
--- a/selinux-policy/dhclient-and-similar/main.fmf
+++ b/selinux-policy/dhclient-and-similar/main.fmf
@@ -26,7 +26,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2035117
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2093709
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2094155
-adjust:
+adjust+:
   - when: trigger == build
     enabled: false
     because: the test may mess up the IP address

diff --git a/selinux-policy/dhcpcd-and-similar/main.fmf b/selinux-policy/dhcpcd-and-similar/main.fmf
index b2cbd84..ed382df 100644
--- a/selinux-policy/dhcpcd-and-similar/main.fmf
+++ b/selinux-policy/dhcpcd-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2270733
   - verifies: https://issues.redhat.com/browse/RHEL-33081
   - verifies: https://issues.redhat.com/browse/RHEL-43417
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     because: the dhcpcd package is not available there

diff --git a/selinux-policy/dmidecode-and-similar/main.fmf b/selinux-policy/dmidecode-and-similar/main.fmf
index 515452e..c8f26f2 100644
--- a/selinux-policy/dmidecode-and-similar/main.fmf
+++ b/selinux-policy/dmidecode-and-similar/main.fmf
@@ -40,7 +40,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1608480
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1926696
   - verifies: https://issues.redhat.com/browse/RHEL-16104
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/exim-and-similar/main.fmf b/selinux-policy/exim-and-similar/main.fmf
index e480e0a..7497f6d 100644
--- a/selinux-policy/exim-and-similar/main.fmf
+++ b/selinux-policy/exim-and-similar/main.fmf
@@ -46,7 +46,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-21902
   - verifies: https://issues.redhat.com/browse/RHEL-21903
   - verifies: https://issues.redhat.com/browse/RHEL-94268
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-alt-7
     continue: false

diff --git a/selinux-policy/fapolicyd-and-similar/main.fmf b/selinux-policy/fapolicyd-and-similar/main.fmf
index 30e15a7..f14bcde 100644
--- a/selinux-policy/fapolicyd-and-similar/main.fmf
+++ b/selinux-policy/fapolicyd-and-similar/main.fmf
@@ -39,7 +39,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1876538
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1932225
   - verifies: https://issues.redhat.com/browse/RHEL-77071
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/fedora-third-party-and-similar/main.fmf b/selinux-policy/fedora-third-party-and-similar/main.fmf
index 96fb3e8..3e07be9 100644
--- a/selinux-policy/fedora-third-party-and-similar/main.fmf
+++ b/selinux-policy/fedora-third-party-and-similar/main.fmf
@@ -35,7 +35,7 @@ tag:
 tier: 2
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2093453
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9, centos-stream-8, centos-stream-9
     because: the fedora-third-party package is not available there

diff --git a/selinux-policy/firewalld-and-similar/main.fmf b/selinux-policy/firewalld-and-similar/main.fmf
index fe87934..0412fab 100644
--- a/selinux-policy/firewalld-and-similar/main.fmf
+++ b/selinux-policy/firewalld-and-similar/main.fmf
@@ -60,7 +60,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1600903
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1759010
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1989641
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-7
     continue: false

diff --git a/selinux-policy/fwupd-and-similar/main.fmf b/selinux-policy/fwupd-and-similar/main.fmf
index 6793750..f3172f0 100644
--- a/selinux-policy/fwupd-and-similar/main.fmf
+++ b/selinux-policy/fwupd-and-similar/main.fmf
@@ -42,7 +42,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1851932
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1860924
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1878094
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/getrlimit-permission/main.fmf b/selinux-policy/getrlimit-permission/main.fmf
index 81ee08b..266586d 100644
--- a/selinux-policy/getrlimit-permission/main.fmf
+++ b/selinux-policy/getrlimit-permission/main.fmf
@@ -36,7 +36,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1549691
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1549772
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2008965
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     continue: false

diff --git a/selinux-policy/gnome-remote-desktop-and-similar/main.fmf b/selinux-policy/gnome-remote-desktop-and-similar/main.fmf
index 07f2c6d..7f84971 100644
--- a/selinux-policy/gnome-remote-desktop-and-similar/main.fmf
+++ b/selinux-policy/gnome-remote-desktop-and-similar/main.fmf
@@ -33,7 +33,7 @@ tag:
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2321236
   - verifies: https://issues.redhat.com/browse/RHEL-35877
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/hostapd-and-similar/main.fmf b/selinux-policy/hostapd-and-similar/main.fmf
index 8879021..ee86af2 100644
--- a/selinux-policy/hostapd-and-similar/main.fmf
+++ b/selinux-policy/hostapd-and-similar/main.fmf
@@ -49,7 +49,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2032277
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2064688
   - verifies: https://issues.redhat.com/browse/RHEL-59683
-adjust:
+adjust+:
   - enabled: false
     when: arch == s390x
     continue: false

diff --git a/selinux-policy/icecast-and-similar/main.fmf b/selinux-policy/icecast-and-similar/main.fmf
index bba9aef..19b7b42 100644
--- a/selinux-policy/icecast-and-similar/main.fmf
+++ b/selinux-policy/icecast-and-similar/main.fmf
@@ -34,7 +34,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=894387
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2156763
-adjust:
+adjust+:
   - enabled: false
     when: arch == i386, ppc, ppc64, s390
     because: the icecast package is not available for all architectures

diff --git a/selinux-policy/iio-sensor-proxy-and-similar/main.fmf b/selinux-policy/iio-sensor-proxy-and-similar/main.fmf
index 633e118..d17b90f 100644
--- a/selinux-policy/iio-sensor-proxy-and-similar/main.fmf
+++ b/selinux-policy/iio-sensor-proxy-and-similar/main.fmf
@@ -36,7 +36,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-17346
   - verifies: https://issues.redhat.com/browse/RHEL-62355
   - verifies: https://issues.redhat.com/browse/RHEL-70850
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the iio-sensor-proxy package is not available there

diff --git a/selinux-policy/install-uninstall-dsp-packages/main.fmf b/selinux-policy/install-uninstall-dsp-packages/main.fmf
index 4943936..060b7f7 100644
--- a/selinux-policy/install-uninstall-dsp-packages/main.fmf
+++ b/selinux-policy/install-uninstall-dsp-packages/main.fmf
@@ -32,7 +32,7 @@ tag:
   - rhel10_broken
   - avoidImageMode
 link:
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/interface-definitions/main.fmf b/selinux-policy/interface-definitions/main.fmf
index b51e068..6bf6d98 100644
--- a/selinux-policy/interface-definitions/main.fmf
+++ b/selinux-policy/interface-definitions/main.fmf
@@ -26,7 +26,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2254206
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2277925
   - verifies: https://issues.redhat.com/browse/RHEL-34769
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     because: decision was made not to fix the problem there

diff --git a/selinux-policy/journalctl-and-similar/main.fmf b/selinux-policy/journalctl-and-similar/main.fmf
index f7aa19c..a2a3259 100644
--- a/selinux-policy/journalctl-and-similar/main.fmf
+++ b/selinux-policy/journalctl-and-similar/main.fmf
@@ -53,7 +53,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2152588
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2152823
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2153782
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/kerberos-and-similar/main.fmf b/selinux-policy/kerberos-and-similar/main.fmf
index 95d3cd8..7ad2246 100644
--- a/selinux-policy/kerberos-and-similar/main.fmf
+++ b/selinux-policy/kerberos-and-similar/main.fmf
@@ -51,7 +51,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1619252
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1664983
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1669975
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/kernel-confined-exec/main.fmf b/selinux-policy/kernel-confined-exec/main.fmf
index cb38a23..4c49618 100644
--- a/selinux-policy/kernel-confined-exec/main.fmf
+++ b/selinux-policy/kernel-confined-exec/main.fmf
@@ -17,7 +17,7 @@ environment:
 duration: 20m
 tier: 2
 enabled: true
-adjust:
+adjust+:
   - enabled: false
     when: distro < fedora-38
     because: This hardening applies only to F38+

diff --git a/selinux-policy/ksm-and-similar/main.fmf b/selinux-policy/ksm-and-similar/main.fmf
index f0571ad..d5d42e7 100644
--- a/selinux-policy/ksm-and-similar/main.fmf
+++ b/selinux-policy/ksm-and-similar/main.fmf
@@ -34,7 +34,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2091416
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2091417
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2091418
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/ladvd/main.fmf b/selinux-policy/ladvd/main.fmf
index 78a3451..7a0b05c 100644
--- a/selinux-policy/ladvd/main.fmf
+++ b/selinux-policy/ladvd/main.fmf
@@ -29,7 +29,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1834325
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1855163
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9, centos-stream-8, centos-stream-9
     because: the ladvd package is not available there

diff --git a/selinux-policy/libvirt-dbus-and-similar/main.fmf b/selinux-policy/libvirt-dbus-and-similar/main.fmf
index a039ecc..38c2d06 100644
--- a/selinux-policy/libvirt-dbus-and-similar/main.fmf
+++ b/selinux-policy/libvirt-dbus-and-similar/main.fmf
@@ -32,7 +32,7 @@ tag:
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-46893
   - verifies: https://issues.redhat.com/browse/RHEL-73914
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the libvirt-dbus package is not available there

diff --git a/selinux-policy/logwatch-and-similar/main.fmf b/selinux-policy/logwatch-and-similar/main.fmf
index 011161c..4be331b 100644
--- a/selinux-policy/logwatch-and-similar/main.fmf
+++ b/selinux-policy/logwatch-and-similar/main.fmf
@@ -35,7 +35,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2183432
   - verifies: https://issues.redhat.com/browse/RHEL-34135
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2270484
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the logwatch service is not available there

diff --git a/selinux-policy/nasd-and-similar/main.fmf b/selinux-policy/nasd-and-similar/main.fmf
index d29086e..40e2ecd 100644
--- a/selinux-policy/nasd-and-similar/main.fmf
+++ b/selinux-policy/nasd-and-similar/main.fmf
@@ -21,7 +21,7 @@ recommend:
 environment:
     AVC_ERROR: +no_avc_check
 duration: 10m
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the nas package is not available there

diff --git a/selinux-policy/nfsdcld-and-similar/main.fmf b/selinux-policy/nfsdcld-and-similar/main.fmf
index b53c0bb..d3cbb6e 100644
--- a/selinux-policy/nfsdcld-and-similar/main.fmf
+++ b/selinux-policy/nfsdcld-and-similar/main.fmf
@@ -32,7 +32,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1834234
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2026588
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/notself-other-keywords/main.fmf b/selinux-policy/notself-other-keywords/main.fmf
index 6b4201a..c64df80 100644
--- a/selinux-policy/notself-other-keywords/main.fmf
+++ b/selinux-policy/notself-other-keywords/main.fmf
@@ -25,7 +25,7 @@ tag:
   - NoRHEL8
   - targeted
   - NoRHIVOS
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-8
     because: notself/other keywords are not recognized/implemented there

diff --git a/selinux-policy/ntpsec-and-similar/main.fmf b/selinux-policy/ntpsec-and-similar/main.fmf
index ba88066..98ad9c9 100644
--- a/selinux-policy/ntpsec-and-similar/main.fmf
+++ b/selinux-policy/ntpsec-and-similar/main.fmf
@@ -35,7 +35,7 @@ tier: '3'
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2246805
   - verifies: https://issues.redhat.com/browse/RHEL-15085
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8, rhel-10, centos-stream-10
     because: the ntpsec package is not available there

diff --git a/selinux-policy/numad-and-similar/main.fmf b/selinux-policy/numad-and-similar/main.fmf
index fe2c982..5519321 100644
--- a/selinux-policy/numad-and-similar/main.fmf
+++ b/selinux-policy/numad-and-similar/main.fmf
@@ -40,7 +40,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1118515
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2026968
   - verifies: https://issues.redhat.com/browse/RHEL-2415
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/nvme-stas-and-similar/main.fmf b/selinux-policy/nvme-stas-and-similar/main.fmf
index d8408e2..8e55c79 100644
--- a/selinux-policy/nvme-stas-and-similar/main.fmf
+++ b/selinux-policy/nvme-stas-and-similar/main.fmf
@@ -35,7 +35,7 @@ tag:
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2111414
   - verifies: https://issues.redhat.com/browse/RHEL-1557
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8, rhel-10, centos-stream-10
     because: the nvme-stas package is not available there

diff --git a/selinux-policy/opensmtpd-and-similar/main.fmf b/selinux-policy/opensmtpd-and-similar/main.fmf
index 36bf0e7..b87c25f 100644
--- a/selinux-policy/opensmtpd-and-similar/main.fmf
+++ b/selinux-policy/opensmtpd-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2208696
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2246115
   - verifies: https://issues.redhat.com/browse/RHEL-15175
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the opensmtpd package is not available there

diff --git a/selinux-policy/pam_console-and-related/main.fmf b/selinux-policy/pam_console-and-related/main.fmf
index 3428e12..61daebc 100644
--- a/selinux-policy/pam_console-and-related/main.fmf
+++ b/selinux-policy/pam_console-and-related/main.fmf
@@ -43,7 +43,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=204986
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=251104
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1817690
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6 or distro > fedora-38
     continue: false

diff --git a/selinux-policy/pam_limits-and-related/main.fmf b/selinux-policy/pam_limits-and-related/main.fmf
index aecf466..e0aa4f4 100644
--- a/selinux-policy/pam_limits-and-related/main.fmf
+++ b/selinux-policy/pam_limits-and-related/main.fmf
@@ -40,7 +40,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1958819
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2039453
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/pam_timestamp-and-related/main.fmf b/selinux-policy/pam_timestamp-and-related/main.fmf
index 62828c3..d7ac0e7 100644
--- a/selinux-policy/pam_timestamp-and-related/main.fmf
+++ b/selinux-policy/pam_timestamp-and-related/main.fmf
@@ -43,7 +43,7 @@ tag:
   - NoRHIVOS
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1791957
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/pcm-sensor-server-and-similar/main.fmf b/selinux-policy/pcm-sensor-server-and-similar/main.fmf
index cea7e6f..46b8f75 100644
--- a/selinux-policy/pcm-sensor-server-and-similar/main.fmf
+++ b/selinux-policy/pcm-sensor-server-and-similar/main.fmf
@@ -36,7 +36,7 @@ tag:
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-52838
   - verifies: https://issues.redhat.com/browse/RHEL-80452
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9
     because: the pcm-sensor-server service is not available there

diff --git a/selinux-policy/pcp-daemons-and-similar/main.fmf b/selinux-policy/pcp-daemons-and-similar/main.fmf
index f03984c..1262ec9 100644
--- a/selinux-policy/pcp-daemons-and-similar/main.fmf
+++ b/selinux-policy/pcp-daemons-and-similar/main.fmf
@@ -60,7 +60,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1770123
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1886369
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1309454
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/perf_event-and-related/main.fmf b/selinux-policy/perf_event-and-related/main.fmf
index 256d414..43e2e78 100644
--- a/selinux-policy/perf_event-and-related/main.fmf
+++ b/selinux-policy/perf_event-and-related/main.fmf
@@ -37,7 +37,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2019929
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2070982
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2229936
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/ping-and-similar/main.fmf b/selinux-policy/ping-and-similar/main.fmf
index e6dcc63..150eced 100644
--- a/selinux-policy/ping-and-similar/main.fmf
+++ b/selinux-policy/ping-and-similar/main.fmf
@@ -38,7 +38,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1810403
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1848929
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2070870
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/selinux-policy/policy-rpm-macros/main.fmf b/selinux-policy/policy-rpm-macros/main.fmf
index 05abb8b..261c287 100644
--- a/selinux-policy/policy-rpm-macros/main.fmf
+++ b/selinux-policy/policy-rpm-macros/main.fmf
@@ -32,7 +32,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1633198
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1631814
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1465824
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/policykit-general/main.fmf b/selinux-policy/policykit-general/main.fmf
index cfe4971..2841a86 100644
--- a/selinux-policy/policykit-general/main.fmf
+++ b/selinux-policy/policykit-general/main.fmf
@@ -49,7 +49,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1727902
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1951114
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1878094
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/power-profiles-daemon-and-similar/main.fmf b/selinux-policy/power-profiles-daemon-and-similar/main.fmf
index bb99a94..219e663 100644
--- a/selinux-policy/power-profiles-daemon-and-similar/main.fmf
+++ b/selinux-policy/power-profiles-daemon-and-similar/main.fmf
@@ -34,7 +34,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-61117
   - verifies: https://issues.redhat.com/browse/RHEL-62356
   - verifies: https://issues.redhat.com/browse/RHEL-100718
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-10, centos-stream-10
     because: the power-profiles-daemon package is not available there

diff --git a/selinux-policy/restorecond-fcontext-equivalences/main.fmf b/selinux-policy/restorecond-fcontext-equivalences/main.fmf
index 771533d..a568133 100644
--- a/selinux-policy/restorecond-fcontext-equivalences/main.fmf
+++ b/selinux-policy/restorecond-fcontext-equivalences/main.fmf
@@ -24,7 +24,7 @@ tag:
   - avoidImageMode
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-5032
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/rngd-and-similar/main.fmf b/selinux-policy/rngd-and-similar/main.fmf
index 4a9c443..113804e 100644
--- a/selinux-policy/rngd-and-similar/main.fmf
+++ b/selinux-policy/rngd-and-similar/main.fmf
@@ -62,7 +62,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2058914
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2076641
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2076642
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     continue: false

diff --git a/selinux-policy/rpc.idmapd-and-similar/main.fmf b/selinux-policy/rpc.idmapd-and-similar/main.fmf
index 446aba2..c2a96de 100644
--- a/selinux-policy/rpc.idmapd-and-similar/main.fmf
+++ b/selinux-policy/rpc.idmapd-and-similar/main.fmf
@@ -30,7 +30,7 @@ tag:
   - failinfedora
   - NoRHIVOS
 tier: 3
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/rpm-suppress-stderr/main.fmf b/selinux-policy/rpm-suppress-stderr/main.fmf
index b86deaa..baa0bfd 100644
--- a/selinux-policy/rpm-suppress-stderr/main.fmf
+++ b/selinux-policy/rpm-suppress-stderr/main.fmf
@@ -14,7 +14,7 @@ tag:
   - avoidImageMode
 link:
   - https://issues.redhat.com/browse/RHEL-59192
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8
     continue: false

diff --git a/selinux-policy/rpmdb-and-similar/main.fmf b/selinux-policy/rpmdb-and-similar/main.fmf
index af883fa..32ceece 100644
--- a/selinux-policy/rpmdb-and-similar/main.fmf
+++ b/selinux-policy/rpmdb-and-similar/main.fmf
@@ -36,7 +36,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1899548
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2023163
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2164752
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     continue: false

diff --git a/selinux-policy/rrdcached-service-and-related/main.fmf b/selinux-policy/rrdcached-service-and-related/main.fmf
index b132e77..83c2714 100644
--- a/selinux-policy/rrdcached-service-and-related/main.fmf
+++ b/selinux-policy/rrdcached-service-and-related/main.fmf
@@ -33,7 +33,7 @@ tag:
 tier: 1
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1726255
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/rsyslog-and-similar/main.fmf b/selinux-policy/rsyslog-and-similar/main.fmf
index e1e0924..0a33aec 100644
--- a/selinux-policy/rsyslog-and-similar/main.fmf
+++ b/selinux-policy/rsyslog-and-similar/main.fmf
@@ -35,7 +35,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1823669
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1823672
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     continue: false

diff --git a/selinux-policy/rtkit-daemon-and-similar/main.fmf b/selinux-policy/rtkit-daemon-and-similar/main.fmf
index 626d670..a794462 100644
--- a/selinux-policy/rtkit-daemon-and-similar/main.fmf
+++ b/selinux-policy/rtkit-daemon-and-similar/main.fmf
@@ -46,7 +46,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1760214
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1873658
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1910507
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/samba-bgqd-and-similar/main.fmf b/selinux-policy/samba-bgqd-and-similar/main.fmf
index 9a8ed19..17d8035 100644
--- a/selinux-policy/samba-bgqd-and-similar/main.fmf
+++ b/selinux-policy/samba-bgqd-and-similar/main.fmf
@@ -40,7 +40,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-72860
   - verifies: https://issues.redhat.com/browse/RHEL-72861
   - verifies: https://issues.redhat.com/browse/RHEL-93731
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8
     continue: false

diff --git a/selinux-policy/smbcontrol-and-similar/main.fmf b/selinux-policy/smbcontrol-and-similar/main.fmf
index d9d0478..083f638 100644
--- a/selinux-policy/smbcontrol-and-similar/main.fmf
+++ b/selinux-policy/smbcontrol-and-similar/main.fmf
@@ -42,7 +42,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2033873
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2038157
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2038963
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5
     continue: false

diff --git a/selinux-policy/snapd-and-similar/main.fmf b/selinux-policy/snapd-and-similar/main.fmf
index 1507e52..23325b1 100644
--- a/selinux-policy/snapd-and-similar/main.fmf
+++ b/selinux-policy/snapd-and-similar/main.fmf
@@ -39,7 +39,7 @@ tag:
   - avoidImageMode
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2207725
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6
     because: the snapd package is not available there

diff --git a/selinux-policy/sslh-and-similar/main.fmf b/selinux-policy/sslh-and-similar/main.fmf
index 4ba2649..10899bc 100644
--- a/selinux-policy/sslh-and-similar/main.fmf
+++ b/selinux-policy/sslh-and-similar/main.fmf
@@ -36,7 +36,7 @@ tag:
   - NoRHIVOS
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1534624
-adjust:
+adjust+:
   - enabled: false
     when: distro >= rhel-9
     because: the sslh package is not available there

diff --git a/selinux-policy/stalld-and-similar/main.fmf b/selinux-policy/stalld-and-similar/main.fmf
index 22ef9ba..a5fa786 100644
--- a/selinux-policy/stalld-and-similar/main.fmf
+++ b/selinux-policy/stalld-and-similar/main.fmf
@@ -39,7 +39,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2105038
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2140673
   - verifies: https://issues.redhat.com/browse/RHEL-50356
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     continue: false

diff --git a/selinux-policy/sudo-and-dnf/main.fmf b/selinux-policy/sudo-and-dnf/main.fmf
index 1309946..7112970 100644
--- a/selinux-policy/sudo-and-dnf/main.fmf
+++ b/selinux-policy/sudo-and-dnf/main.fmf
@@ -37,7 +37,7 @@ tag:
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2233065
   - verifies: https://issues.redhat.com/browse/RHEL-1679
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/sulogin-and-similar/main.fmf b/selinux-policy/sulogin-and-similar/main.fmf
index d69933e..d2d64a0 100644
--- a/selinux-policy/sulogin-and-similar/main.fmf
+++ b/selinux-policy/sulogin-and-similar/main.fmf
@@ -29,7 +29,7 @@ tag:
   - NoRHIVOS
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2265391
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/swap-file-and-systemd-access/main.fmf b/selinux-policy/swap-file-and-systemd-access/main.fmf
index 2ffdf33..34b8c2d 100644
--- a/selinux-policy/swap-file-and-systemd-access/main.fmf
+++ b/selinux-policy/swap-file-and-systemd-access/main.fmf
@@ -41,7 +41,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1928539
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1968610
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1890884
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/switcheroo-control-and-similar/main.fmf b/selinux-policy/switcheroo-control-and-similar/main.fmf
index 4c8ed75..bf763f4 100644
--- a/selinux-policy/switcheroo-control-and-similar/main.fmf
+++ b/selinux-policy/switcheroo-control-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-24268
   - verifies: https://issues.redhat.com/browse/RHEL-93335
   - verifies: https://issues.redhat.com/browse/RHEL-93535
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the switcheroo-control package is not available there

diff --git a/selinux-policy/synce4l-and-similar/main.fmf b/selinux-policy/synce4l-and-similar/main.fmf
index 985b93f..170d141 100644
--- a/selinux-policy/synce4l-and-similar/main.fmf
+++ b/selinux-policy/synce4l-and-similar/main.fmf
@@ -31,7 +31,7 @@ tag:
 tier: 3
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2158402
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the synce4l package is not available there

diff --git a/selinux-policy/systemd-bootchart-and-similar/main.fmf b/selinux-policy/systemd-bootchart-and-similar/main.fmf
index 82ae6f6..6be6690 100644
--- a/selinux-policy/systemd-bootchart-and-similar/main.fmf
+++ b/selinux-policy/systemd-bootchart-and-similar/main.fmf
@@ -30,7 +30,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1757050
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1838163
-adjust:
+adjust+:
   - enabled: true
     when: distro == fedora
     because: the systemd-bootchart package is not available elsewhere

diff --git a/selinux-policy/systemd-creds/main.fmf b/selinux-policy/systemd-creds/main.fmf
index 168e9a8..7aca3c5 100644
--- a/selinux-policy/systemd-creds/main.fmf
+++ b/selinux-policy/systemd-creds/main.fmf
@@ -25,7 +25,7 @@ tag:
   - NoRHIVOS
   - avoidImageMode
 tier: 2
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the systemd-creds program is not available there

diff --git a/selinux-policy/systemd-generators/main.fmf b/selinux-policy/systemd-generators/main.fmf
index a037266..7b8c9f4 100644
--- a/selinux-policy/systemd-generators/main.fmf
+++ b/selinux-policy/systemd-generators/main.fmf
@@ -39,7 +39,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-98656
   - verifies: https://issues.redhat.com/browse/RHEL-100415
   - verifies: https://issues.redhat.com/browse/RHEL-100721
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-homed/main.fmf b/selinux-policy/systemd-homed/main.fmf
index ef2d162..66e9253 100644
--- a/selinux-policy/systemd-homed/main.fmf
+++ b/selinux-policy/systemd-homed/main.fmf
@@ -25,7 +25,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2315587
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2315812
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2316163
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9, centos-stream-8, centos-stream-9, rhel-10, centos-stream-10
     because: the systemd-homed program is not available there

diff --git a/selinux-policy/systemd-importd-and-similar/main.fmf b/selinux-policy/systemd-importd-and-similar/main.fmf
index e533f54..7865f66 100644
--- a/selinux-policy/systemd-importd-and-similar/main.fmf
+++ b/selinux-policy/systemd-importd-and-similar/main.fmf
@@ -34,7 +34,7 @@ tag:
   - NoRHIVOS
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-98490
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     because: the systemd-importd program is not available there

diff --git a/selinux-policy/systemd-journal-upload/main.fmf b/selinux-policy/systemd-journal-upload/main.fmf
index a134969..7a2c000 100644
--- a/selinux-policy/systemd-journal-upload/main.fmf
+++ b/selinux-policy/systemd-journal-upload/main.fmf
@@ -30,7 +30,7 @@ tag:
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-57774
   - verifies: https://issues.redhat.com/browse/RHEL-62196
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-localed/main.fmf b/selinux-policy/systemd-localed/main.fmf
index 32970a4..ef6fff0 100644
--- a/selinux-policy/systemd-localed/main.fmf
+++ b/selinux-policy/systemd-localed/main.fmf
@@ -31,7 +31,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2240159
   - verifies: https://issues.redhat.com/browse/RHEL-16715
   - verifies: https://issues.redhat.com/browse/RHEL-16716
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-machined-and-similar/main.fmf b/selinux-policy/systemd-machined-and-similar/main.fmf
index f76c62c..49352f7 100644
--- a/selinux-policy/systemd-machined-and-similar/main.fmf
+++ b/selinux-policy/systemd-machined-and-similar/main.fmf
@@ -43,7 +43,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-86528
   - verifies: https://issues.redhat.com/browse/RHEL-105966
   - verifies: https://issues.redhat.com/browse/RHEL-108849
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     because: the systemd-machined program is not available there

diff --git a/selinux-policy/systemd-modules-load-and-similar/main.fmf b/selinux-policy/systemd-modules-load-and-similar/main.fmf
index c4cf5f5..37ac696 100644
--- a/selinux-policy/systemd-modules-load-and-similar/main.fmf
+++ b/selinux-policy/systemd-modules-load-and-similar/main.fmf
@@ -55,7 +55,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2088257
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2088258
   - verifies: https://issues.redhat.com/browse/RHEL-54591
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     continue: false

diff --git a/selinux-policy/systemd-mountfsd-and-similar/main.fmf b/selinux-policy/systemd-mountfsd-and-similar/main.fmf
index a9f933f..bd6f636 100644
--- a/selinux-policy/systemd-mountfsd-and-similar/main.fmf
+++ b/selinux-policy/systemd-mountfsd-and-similar/main.fmf
@@ -32,7 +32,7 @@ tag:
   - NoRHEL9
   - targeted
   - NoRHIVOS
-adjust:
+adjust+:
   - enabled: false
     when: distro <= fedora-40
     continue: false

diff --git a/selinux-policy/systemd-notify-and-similar/main.fmf b/selinux-policy/systemd-notify-and-similar/main.fmf
index 294c863..aa40859 100644
--- a/selinux-policy/systemd-notify-and-similar/main.fmf
+++ b/selinux-policy/systemd-notify-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1903305
   - verifies: https://issues.redhat.com/browse/RHEL-25514
   - verifies: https://issues.redhat.com/browse/RHEL-25605
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-nsresourced-and-similar/main.fmf b/selinux-policy/systemd-nsresourced-and-similar/main.fmf
index 560b247..e289047 100644
--- a/selinux-policy/systemd-nsresourced-and-similar/main.fmf
+++ b/selinux-policy/systemd-nsresourced-and-similar/main.fmf
@@ -33,7 +33,7 @@ tag:
   - NoRHIVOS
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2290477
-adjust:
+adjust+:
   - enabled: false
     when: distro <= fedora-40
     continue: false

diff --git a/selinux-policy/systemd-oomd/main.fmf b/selinux-policy/systemd-oomd/main.fmf
index cd29105..149583d 100644
--- a/selinux-policy/systemd-oomd/main.fmf
+++ b/selinux-policy/systemd-oomd/main.fmf
@@ -33,7 +33,7 @@ tag:
   - TierCandidatesPASS
   - targeted
   - NoRHIVOS
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9, rhel-10
     continue: false

diff --git a/selinux-policy/systemd-rfkill-and-similar/main.fmf b/selinux-policy/systemd-rfkill-and-similar/main.fmf
index 963d8c6..ce773fb 100644
--- a/selinux-policy/systemd-rfkill-and-similar/main.fmf
+++ b/selinux-policy/systemd-rfkill-and-similar/main.fmf
@@ -45,7 +45,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1638981
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1661724
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2149390
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     continue: false

diff --git a/selinux-policy/systemd-run-and-similar/main.fmf b/selinux-policy/systemd-run-and-similar/main.fmf
index e6419b4..ee20c01 100644
--- a/selinux-policy/systemd-run-and-similar/main.fmf
+++ b/selinux-policy/systemd-run-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2118784
   - verifies: https://issues.redhat.com/browse/RHEL-61928
   - verifies: https://issues.redhat.com/browse/RHEL-62185
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-sysctl-and-similar/main.fmf b/selinux-policy/systemd-sysctl-and-similar/main.fmf
index 8764793..e4ea8e8 100644
--- a/selinux-policy/systemd-sysctl-and-similar/main.fmf
+++ b/selinux-policy/systemd-sysctl-and-similar/main.fmf
@@ -32,7 +32,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2056999
   - verifies: https://issues.redhat.com/browse/RHEL-56988
   - verifies: https://issues.redhat.com/browse/RHEL-58380
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/selinux-policy/systemd-timesyncd-and-similar/main.fmf b/selinux-policy/systemd-timesyncd-and-similar/main.fmf
index c4e8578..07b01b2 100644
--- a/selinux-policy/systemd-timesyncd-and-similar/main.fmf
+++ b/selinux-policy/systemd-timesyncd-and-similar/main.fmf
@@ -48,7 +48,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1949315
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1970865
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2175137
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7
     because: the systemd-timesyncd service is not available there

diff --git a/selinux-policy/systemd-tmpfiles-and-similar/main.fmf b/selinux-policy/systemd-tmpfiles-and-similar/main.fmf
index 9b77f7b..c72634c 100644
--- a/selinux-policy/systemd-tmpfiles-and-similar/main.fmf
+++ b/selinux-policy/systemd-tmpfiles-and-similar/main.fmf
@@ -36,7 +36,7 @@ tier: 2
 link:
   - verifies: https://issues.redhat.com/browse/RHEL-40374
   - verifies: https://issues.redhat.com/browse/RHEL-44191
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-9.5
     continue: false

diff --git a/selinux-policy/systemd-userdbd-and-similar/main.fmf b/selinux-policy/systemd-userdbd-and-similar/main.fmf
index 2b2ff9a..f65d9c2 100644
--- a/selinux-policy/systemd-userdbd-and-similar/main.fmf
+++ b/selinux-policy/systemd-userdbd-and-similar/main.fmf
@@ -37,7 +37,7 @@ tag:
   - NoRHIVOS
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1835630
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-alt-7, rhel-8, rhel-9, centos-stream-8, centos-stream-9
     because: the systemd-userdbd program is not available there

diff --git a/selinux-policy/targetd-and-similar/main.fmf b/selinux-policy/targetd-and-similar/main.fmf
index df484b2..05813b9 100644
--- a/selinux-policy/targetd-and-similar/main.fmf
+++ b/selinux-policy/targetd-and-similar/main.fmf
@@ -47,7 +47,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2062183
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2203720
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2222199
-adjust:
+adjust+:
   - enabled: true
     when: distro == rhel-7, rhel-8, centos-stream-8, fedora
     because: the targetd package is not available elsewhere

diff --git a/selinux-policy/thttpd-and-similar/main.fmf b/selinux-policy/thttpd-and-similar/main.fmf
index 4cef10b..0753ba6 100644
--- a/selinux-policy/thttpd-and-similar/main.fmf
+++ b/selinux-policy/thttpd-and-similar/main.fmf
@@ -37,7 +37,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1069843
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1087384
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1111581
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-alt-7, rhel-9, rhel-10
     because: the thttpd package is not available there

diff --git a/selinux-policy/tlp-and-similar/main.fmf b/selinux-policy/tlp-and-similar/main.fmf
index b04f5e7..ed89652 100644
--- a/selinux-policy/tlp-and-similar/main.fmf
+++ b/selinux-policy/tlp-and-similar/main.fmf
@@ -42,7 +42,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1460481
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2221019
-adjust:
+adjust+:
   - enabled: false
     when: arch == s390x
     continue: false

diff --git a/selinux-policy/tlshd-and-similar/main.fmf b/selinux-policy/tlshd-and-similar/main.fmf
index a22b550..6fa7a6a 100644
--- a/selinux-policy/tlshd-and-similar/main.fmf
+++ b/selinux-policy/tlshd-and-similar/main.fmf
@@ -33,7 +33,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-29439
   - verifies: https://issues.redhat.com/browse/RHEL-42672
   - verifies: https://issues.redhat.com/browse/RHEL-74424
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the ktls-utils package is not available there

diff --git a/selinux-policy/tuned-ppd-and-similar/main.fmf b/selinux-policy/tuned-ppd-and-similar/main.fmf
index 48fc7ba..b11bf1e 100644
--- a/selinux-policy/tuned-ppd-and-similar/main.fmf
+++ b/selinux-policy/tuned-ppd-and-similar/main.fmf
@@ -42,7 +42,7 @@ link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2367711
   - verifies: https://issues.redhat.com/browse/RHEL-101686
   - verifies: https://issues.redhat.com/browse/RHEL-101687
-adjust:
+adjust+:
   - enabled: false
     when: distro < rhel-9.5
     because: the tuned-ppd package is not available there

diff --git a/selinux-policy/usbguard-daemon-and-similar/main.fmf b/selinux-policy/usbguard-daemon-and-similar/main.fmf
index c5b5b64..8681ea0 100644
--- a/selinux-policy/usbguard-daemon-and-similar/main.fmf
+++ b/selinux-policy/usbguard-daemon-and-similar/main.fmf
@@ -36,7 +36,7 @@ tag:
 link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1808527
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1840265
-adjust:
+adjust+:
   - enabled: false
     when: arch == s390x
     continue: false

diff --git a/selinux-policy/usbmuxd-and-similar/main.fmf b/selinux-policy/usbmuxd-and-similar/main.fmf
index 2f30ccd..4bfc421 100644
--- a/selinux-policy/usbmuxd-and-similar/main.fmf
+++ b/selinux-policy/usbmuxd-and-similar/main.fmf
@@ -40,7 +40,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1959747
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1965411
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1973886
-adjust:
+adjust+:
   - enabled: false
     when: distro >= rhel-9
     because: the usbmuxd package is not available there

diff --git a/selinux-policy/valkey-and-similar/main.fmf b/selinux-policy/valkey-and-similar/main.fmf
index 6fd1b47..a443dff 100644
--- a/selinux-policy/valkey-and-similar/main.fmf
+++ b/selinux-policy/valkey-and-similar/main.fmf
@@ -32,7 +32,7 @@ tag:
   - Tier3se
   - NoRHIVOS
   - avoidImageMode
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8
     because: the package is not available there

diff --git a/selinux-policy/virt-install-additional/main.fmf b/selinux-policy/virt-install-additional/main.fmf
index c0e5f85..7f9ace8 100644
--- a/selinux-policy/virt-install-additional/main.fmf
+++ b/selinux-policy/virt-install-additional/main.fmf
@@ -52,7 +52,7 @@ link:
   - verifies: https://issues.redhat.com/browse/RHEL-76104
   - verifies: https://issues.redhat.com/browse/RHEL-98559
   - verifies: https://issues.redhat.com/browse/RHEL-101417
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     because: the test is not relevant for these RHELs

diff --git a/selinux-policy/virtualization-daemons/main.fmf b/selinux-policy/virtualization-daemons/main.fmf
index f30e275..a22c362 100644
--- a/selinux-policy/virtualization-daemons/main.fmf
+++ b/selinux-policy/virtualization-daemons/main.fmf
@@ -49,7 +49,7 @@ tag:
   - failinfedora
   - NoRHIVOS
   - avoidImageMode
-adjust:
+adjust+:
   - enabled: false
     when: distro < centos-stream-9
     because: the virtualization daemons are not available there

diff --git a/selinux-policy/watch-permissions/main.fmf b/selinux-policy/watch-permissions/main.fmf
index 1a6de54..a493394 100644
--- a/selinux-policy/watch-permissions/main.fmf
+++ b/selinux-policy/watch-permissions/main.fmf
@@ -21,7 +21,7 @@ duration: 15m
 enabled: true
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1915034
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
     because: the watch permission is not defined there

diff --git a/setools/apol/main.fmf b/setools/apol/main.fmf
index 7714c25..a169e33 100644
--- a/setools/apol/main.fmf
+++ b/setools/apol/main.fmf
@@ -27,7 +27,7 @@ tag:
   - targeted
 link:
   - relates: https://issues.redhat.com/browse/RHEL-29967
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-10
     continue: false

diff --git a/setools/rebuild-from-srpm/main.fmf b/setools/rebuild-from-srpm/main.fmf
index 78a4763..ae3136d 100644
--- a/setools/rebuild-from-srpm/main.fmf
+++ b/setools/rebuild-from-srpm/main.fmf
@@ -25,7 +25,7 @@ tag:
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2251915
   - verifies: https://issues.redhat.com/browse/RHEL-18067
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7
     continue: false

diff --git a/setools/seinfo/main.fmf b/setools/seinfo/main.fmf
index 3dee162..0803d4e 100644
--- a/setools/seinfo/main.fmf
+++ b/setools/seinfo/main.fmf
@@ -36,7 +36,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1581761
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=920981
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1581848
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/setools/sesearch/main.fmf b/setools/sesearch/main.fmf
index 155469e..5ea16da 100644
--- a/setools/sesearch/main.fmf
+++ b/setools/sesearch/main.fmf
@@ -35,7 +35,7 @@ link:
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1595582
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=920981
   - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1595572
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4
     continue: false

diff --git a/setroubleshoot/independent-on-initscripts/main.fmf b/setroubleshoot/independent-on-initscripts/main.fmf
index a5735d9..c1563a5 100644
--- a/setroubleshoot/independent-on-initscripts/main.fmf
+++ b/setroubleshoot/independent-on-initscripts/main.fmf
@@ -11,7 +11,7 @@ enabled: true
 link:
   - verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2365614
   - verifies: https://issues.redhat.com/browse/RHEL-90842
-adjust:
+adjust+:
   - enabled: false
     when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, rhel-9, centos-stream-8,
         centos-stream-9

                 reply	other threads:[~2026-09-11 13:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913300233.1.4989652700384711943.tests-selinux-caa904c01f06@fedoraproject.org \
    --to=vmojzis@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox