aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 66aef13f6038..c024b3ed6675 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -219,15 +219,15 @@ config ARCH_WANT_OLD_COMPAT_IPC
219config HAVE_ARCH_SECCOMP_FILTER 219config HAVE_ARCH_SECCOMP_FILTER
220 bool 220 bool
221 help 221 help
222 This symbol should be selected by an architecure if it provides: 222 An arch should select this symbol if it provides all of these things:
223 asm/syscall.h:
224 - syscall_get_arch() 223 - syscall_get_arch()
225 - syscall_get_arguments() 224 - syscall_get_arguments()
226 - syscall_rollback() 225 - syscall_rollback()
227 - syscall_set_return_value() 226 - syscall_set_return_value()
228 SIGSYS siginfo_t support must be implemented. 227 - SIGSYS siginfo_t support
229 __secure_computing()/secure_computing()'s return value must be 228 - secure_computing is called from a ptrace_event()-safe context
230 checked, with -1 resulting in the syscall being skipped. 229 - secure_computing return value is checked and a return value of -1
230 results in the system call being skipped immediately.
231 231
232config SECCOMP_FILTER 232config SECCOMP_FILTER
233 def_bool y 233 def_bool y