diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 97ff872c7acc..0eae9df35b88 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -321,6 +321,7 @@ config HAVE_ARCH_SECCOMP_FILTER | |||
321 | - secure_computing is called from a ptrace_event()-safe context | 321 | - secure_computing is called from a ptrace_event()-safe context |
322 | - secure_computing return value is checked and a return value of -1 | 322 | - secure_computing return value is checked and a return value of -1 |
323 | results in the system call being skipped immediately. | 323 | results in the system call being skipped immediately. |
324 | - seccomp syscall wired up | ||
324 | 325 | ||
325 | config SECCOMP_FILTER | 326 | config SECCOMP_FILTER |
326 | def_bool y | 327 | def_bool y |