summaryrefslogtreecommitdiffstats
path: root/package/libseccomp/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2012-12-16 06:56:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-16 21:37:50 +0100
commitfd303038febaf7008a1f04262dc5decb32d1cfab (patch)
treeb9efba2dc4394061eec78c46df0550caca82cc81 /package/libseccomp/Config.in
parent5faf337b39a0515439b828c5ad12858fa9c02b38 (diff)
downloadbuildroot-novena-fd303038febaf7008a1f04262dc5decb32d1cfab.tar.gz
buildroot-novena-fd303038febaf7008a1f04262dc5decb32d1cfab.zip
package/libseccomp: new package
[Peter: fix typo in help text] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libseccomp/Config.in')
-rw-r--r--package/libseccomp/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libseccomp/Config.in b/package/libseccomp/Config.in
new file mode 100644
index 000000000..1e524d2f1
--- /dev/null
+++ b/package/libseccomp/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBSECCOMP
+ bool "libseccomp"
+ help
+ High level interface to the Linux Kernel's seccomp filter
+
+ The libseccomp library provides an easy to use, platform independent,
+ interface to the Linux Kernel's syscall filtering mechanism: seccomp.
+ 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.
+
+ http://sourceforge.net/projects/libseccomp/