]> git.proxmox.com Git - mirror_libseccomp.git/commitdiff
doc: update README.md with information about the "live" tests
authorPaul Moore <paul@paul-moore.com>
Fri, 24 Feb 2017 20:13:31 +0000 (15:13 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 24 Feb 2017 20:13:31 +0000 (15:13 -0500)
Signed-off-by: Paul Moore <paul@paul-moore.com>
README.md

index f545daf6073817aae416e1462edb6b3800cc5858..8b2b0498ee6f6940bf7cb1ed89a0f2288c5d3bac 100644 (file)
--- 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