On Sat, 2020-10-31 at 10:57 +0000, Richard Haines wrote: > On Sat, 2020-10-31 at 01:04 +0100, Ondrej Mosnacek wrote: > > On Sat, Oct 31, 2020 at 12:44 AM Ondrej Mosnacek < > > omosnace@xxxxxxxxxx > > > wrote: > > > On Fri, Oct 30, 2020 at 10:55 PM Ondrej Mosnacek < > > > omosnace@xxxxxxxxxx> wrote: > > > > And on related note, the existing vfat tests are also failing: > > > > Test Summary Report > > > > ------------------- > > > > filesystem/vfat/test (Wstat: 7936 Tests: 43 Failed: 31) > > > > Failed tests: 3-4, 6-7, 10-12, 14-19, 21-22, 24-36, 38-40 > > > > Non-zero exit status: 31 > > > > fs_filesystem/vfat/test (Wstat: 8192 Tests: 42 Failed: 32) > > > > Failed tests: 3, 5-7, 10-20, 22-35, 37-39 > > > > Non-zero exit status: 32 > > > > > > And this might be the same problem, but with dosfstools... I'll > > > need to check. > > > > Yeah, that was it. With dosfstools installed the tests pass. > > > > There are some fsetfilecon(3) errors visible in the test output, > > though: > > https://travis-ci.com/github/WOnder93/selinux-testsuite/jobs/422914927#L2697 > > > > These tests pass as for vfat Operation not supported is correct. The > tests just need " 2>&1" added to stop output. I'll submit a patch, > also > to add dosfstools (also to travis run-testsuite.sh). > No as already there: > I guess I also really need to add to defconfig: > > CONFIG_VFAT_FS=m > >