From: Paul Moore <paul@xxxxxxxxxxxxxx> The new kernel module tests added in a68d583c2a70 ("selinux-testsuite: Add kernel module tests") require the kernel-devel package on Fedora, make sure we list that in the README.md file. Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e845df8..4352796 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ similar dependencies): * attr _(tools used by the overlayfs tests)_ * libbpf-devel _(tools used by the bpf tests)_ * keyutils-libs-devel _(tools used by the keys tests)_ +* kernel-devel _(used by the kernel module tests)_ On a modern Fedora system you can install these dependencies with the following command: @@ -69,7 +70,8 @@ following command: lksctp-tools-devel \ attr \ libbpf-devel \ - keyutils-libs-devel + keyutils-libs-devel \ + kernel-devel The testsuite requires a pre-existing base policy configuration of SELinux, using either the old example policy or the reference policy as the baseline.