> === RUN TestRuleAddAndLoad > seccomp_test.go:588: Syscall should have returned error code! > --- FAIL: TestRuleAddAndLoad (0.00s) Source code is here: https://sources.debian.org/src/golang-github-seccomp-libseccomp-golang/0.9.1-2/seccomp_test.go/#L529-L589 This test is basically loading a seccomp rule and expects that the getpid() syscall fails with the rule loaded, but in that test it seems to pass. This might mean that seccomp isn't working on that box. Lucas, can you elaborate a bit what kind of test system you were using? Do you have any explanation what might be going on with the test setup that would make seccomp not work or only under certain conditions? -rt