From: Paul Moore <[email protected]> Signed-off-by: Paul Moore <[email protected]> --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md index f545daf6..8b2b0498 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -An Enhanced Seccomp (seccomp-bpf) Helper Library +Enhanced Seccomp (seccomp-bpf) Helper Library =============================================================================== https://github.com/seccomp/libseccomp @@ -59,8 +59,18 @@ library: # make check -Be warned that the test run can take a while to run and produces a lot of -output. +These tests can be safely run on any Linux system, even those where the kernel +does not support seccomp-bpf (seccomp mode 2). However, be warned that the +test run can take a while to run and produces a lot of output. + +The generated seccomp-bpf filters can be tested on a live system using the +"live" tests; they can be executed using the following commands: + + # make check-build + # (cd tests; ./regression -T live) + +These tests will fail if the running Linux Kernel does not provide the +necessary support. ## Developer Tools -- You received this message because you are subscribed to the Google Groups "libseccomp" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
