aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 684eb5af439d..91c2c730fc1a 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -216,4 +216,21 @@ config HAVE_CMPXCHG_DOUBLE
216config ARCH_WANT_OLD_COMPAT_IPC 216config ARCH_WANT_OLD_COMPAT_IPC
217 bool 217 bool
218 218
219config HAVE_ARCH_SECCOMP_FILTER
220 bool
221 help
222 This symbol should be selected by an architecure if it provides
223 asm/syscall.h, specifically syscall_get_arguments() and
224 syscall_get_arch().
225
226config SECCOMP_FILTER
227 def_bool y
228 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET
229 help
230 Enable tasks to build secure computing environments defined
231 in terms of Berkeley Packet Filter programs which implement
232 task-defined system call filtering polices.
233
234 See Documentation/prctl/seccomp_filter.txt for details.
235
219source "kernel/gcov/Kconfig" 236source "kernel/gcov/Kconfig"