diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 2eca5fe0e75b..99dc3ded6b49 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -82,6 +82,11 @@ config S390 | |||
82 | select USE_GENERIC_SMP_HELPERS if SMP | 82 | select USE_GENERIC_SMP_HELPERS if SMP |
83 | select HAVE_SYSCALL_WRAPPERS | 83 | select HAVE_SYSCALL_WRAPPERS |
84 | select HAVE_FUNCTION_TRACER | 84 | select HAVE_FUNCTION_TRACER |
85 | select HAVE_FUNCTION_TRACE_MCOUNT_TEST | ||
86 | select HAVE_FTRACE_MCOUNT_RECORD | ||
87 | select HAVE_FTRACE_SYSCALLS | ||
88 | select HAVE_DYNAMIC_FTRACE | ||
89 | select HAVE_FUNCTION_GRAPH_TRACER | ||
85 | select HAVE_DEFAULT_NO_SPIN_MUTEXES | 90 | select HAVE_DEFAULT_NO_SPIN_MUTEXES |
86 | select HAVE_OPROFILE | 91 | select HAVE_OPROFILE |
87 | select HAVE_KPROBES | 92 | select HAVE_KPROBES |
@@ -567,6 +572,24 @@ bool "s390 guest support for KVM (EXPERIMENTAL)" | |||
567 | the KVM hypervisor. This will add detection for KVM as well as a | 572 | the KVM hypervisor. This will add detection for KVM as well as a |
568 | virtio transport. If KVM is detected, the virtio console will be | 573 | virtio transport. If KVM is detected, the virtio console will be |
569 | the default console. | 574 | the default console. |
575 | |||
576 | config SECCOMP | ||
577 | bool "Enable seccomp to safely compute untrusted bytecode" | ||
578 | depends on PROC_FS | ||
579 | default y | ||
580 | help | ||
581 | This kernel feature is useful for number crunching applications | ||
582 | that may need to compute untrusted bytecode during their | ||
583 | execution. By using pipes or other transports made available to | ||
584 | the process as file descriptors supporting the read/write | ||
585 | syscalls, it's possible to isolate those applications in | ||
586 | their own address space using seccomp. Once seccomp is | ||
587 | enabled via /proc/<pid>/seccomp, it cannot be disabled | ||
588 | and the task is only allowed to execute a few safe syscalls | ||
589 | defined by each seccomp mode. | ||
590 | |||
591 | If unsure, say Y. | ||
592 | |||
570 | endmenu | 593 | endmenu |
571 | 594 | ||
572 | source "net/Kconfig" | 595 | source "net/Kconfig" |