summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-05 11:39:20 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-05 11:39:20 -0500
commit69eb808b88ebde0a5e04a71e9ea24232ab7c3726 (patch)
tree1ef7465bf07463693b912f3175af3a4d054bfdf6
parent2b6d87913d1e72aefb85b09b8c57ea3c63891c9e (diff)
downloadlibseccomp-69eb808b88ebde0a5e04a71e9ea24232ab7c3726.tar.gz
doc: add the CII Best Practices badge to the README
Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit aa3a022be41d8312a4ffe923e3b1d0cff467da8e)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index abe0561..3ff30f4 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ An Enhanced Seccomp (seccomp-bpf) Helper Library
===============================================================================
https://github.com/seccomp/libseccomp
+[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608)
+
The libseccomp library provides an easy to use, platform independent, interface
to the Linux Kernel's syscall filtering mechanism. The libseccomp API is
designed to abstract away the underlying BPF based syscall filter language and