Rather than enumerating RHEL versions, use comparison against "known-good" version to make the expressions easier to read and understand. Also convert users of '~<' to '<', as '~<' compares only minor versions within the same major. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
12 lines
446 B
Text
12 lines
446 B
Text
path: /policycoreutils/modules
|
|
summary: test basic module functionality
|
|
description: |
|
|
The test compiles a TE module, loads it via semodule, and checks
|
|
that the rules are enforced. The same is done with a CIL module.
|
|
Module overriding using priorities and module disabling is also
|
|
tested. This test requires policycoreutils and selinux-policy-devel
|
|
packages.
|
|
duration: 10m
|
|
adjust:
|
|
- enabled: false
|
|
when: distro < rhel-7
|