On Tue, Jun 23, 2020 at 9:29 AM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > On Tue, Jun 23, 2020 at 3:13 PM Stephen Smalley > <stephen.smalley.work@xxxxxxxxx> wrote: > > On Tue, Jun 23, 2020 at 8:37 AM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > > > > > Since commit e95fe9503816 ("Add tests for default_range glblub") we look > > > at $(SELINUXFS)/initial_contexts/kernel to determine the type of the > > > policy. However, this node is not provided by the fake selinuxfs created > > > by our CI scripts, leading to non-fatal errors like this: > > > > > > [...] > > > make[1]: Entering directory '/home/travis/build/WOnder93/selinux-testsuite/policy' > > > cat: /tmp/fake-selinuxfs/initial_contexts/kernel: No such file or directory > > > [...] > > > > > > Create that node and fill it with the ussual kernel context to silence > > > the errors. > > > > > > Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> > > > > Not objecting to fixing this but wondered if you had considered > > extending the .travis.yml to actually run the testsuite in a > > SELinux-enabled VM as per the selinux .travis.yml. > > Maybe eventually, but for now I wanted to at least fix what we have now, Sure, no problem. In an ideal world, we'd even run it on a Debian and/or Ubuntu SELinux-enabled VM too as part of travis-ci (following the README.md instructions and if on Ubuntu ignoring the two kernel-config-induced failures) but that would require an extra relabeling and reboot step to get the VM into a SELinux enabled state.