summaryrefslogtreecommitdiffstats
path: root/rules/libseccomp.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-02-09 17:31:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 09:31:32 +0100
commit9f59dec6925cbcb0fd6c422bf147bdaa67617f97 (patch)
treebbe98d6409752bef6e9645251646ff99c5b6c608 /rules/libseccomp.in
parent57247bde5c0e5f633607a03bc0b6b94d02ffd340 (diff)
downloadptxdist-9f59dec6925cbcb0fd6c422bf147bdaa67617f97.tar.gz
ptxdist-9f59dec6925cbcb0fd6c422bf147bdaa67617f97.tar.xz
libseccomp: new package
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: fix broken URL] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libseccomp.in')
-rw-r--r--rules/libseccomp.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/libseccomp.in b/rules/libseccomp.in
new file mode 100644
index 000000000..ece48a2eb
--- /dev/null
+++ b/rules/libseccomp.in
@@ -0,0 +1,13 @@
+## SECTION=system_libraries
+
+config LIBSECCOMP
+ bool
+ prompt "libseccomp"
+ help
+ An Enhanced Seccomp (mode 2) Helper Library
+
+ 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.