summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-01-13 16:17:04 -0500
committerPaul Moore <paul@paul-moore.com>2017-01-13 16:17:04 -0500
commitaa3a022be41d8312a4ffe923e3b1d0cff467da8e (patch)
treefd1d5815359255596df328efcd16aa08238b52ec
parent7de6957444be9f2fbe09fd15c7ba81ffa4eb0ad8 (diff)
downloadlibseccomp-aa3a022be41d8312a4ffe923e3b1d0cff467da8e.tar.gz
doc: add the CII Best Practices badge to the README
Signed-off-by: Paul Moore <paul@paul-moore.com>
-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