On Wed, May 20, 2020 at 5:26 PM <william.c.roberts@xxxxxxxxx> wrote: > From: William Roberts <william.c.roberts@xxxxxxxxx> > > Some Fedora images, notably the Fedora 32 cloud image, do not have the > kernel modules package installed by default. Thus SCTP isn't available. > Add the proper kernel-modules package for the running kernel. Hm, I thought it wasn't possible to remove the kernel-modules package for the running kernel, but it really is... > > Note: This applies to selinux-testsuite. > > Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> > --- > README.md | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 1bec9fe85c91..1a4c70c40d56 100644 > --- a/README.md > +++ b/README.md > @@ -77,7 +77,8 @@ following command: > kernel-devel-$(uname -r) \ > quota \ > xfsprogs-devel \ > - libuuid-devel > + libuuid-devel \ > + kernel-modules-$(uname -r) Can you please put both the kernel-* packages together? I think it would be best to always have both at the end so that anyone who uses locally built kernels can easily copy the command without the two. Or I can just amend your patch when applying if you're OK with that. > > #### Debian > > -- > 2.17.1 > -- Ondrej Mosnacek Software Engineer, Platform Security - SELinux kernel, Red Hat, Inc.