From 6a4d24a08cd42e4b75c2eb936203bb79b6022e1a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 13 Jan 2016 22:39:00 +0700 Subject: libraries/libseccomp: Added (Enhanced Seccomp library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libseccomp/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/libseccomp/README (limited to 'libraries/libseccomp/README') diff --git a/libraries/libseccomp/README b/libraries/libseccomp/README new file mode 100644 index 0000000000..db266dc535 --- /dev/null +++ b/libraries/libseccomp/README @@ -0,0 +1,6 @@ +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 present a more conventional +function-call based filtering interface that should be familiar to, +and easily adopted by, application developers. -- cgit v1.2.3