···483483484484 For more details see Documentation/kdump/kdump.txt485485486486+config SECCOMP487487+ bool "Enable seccomp to safely compute untrusted bytecode"488488+ depends on PROC_FS489489+ default y490490+ help491491+ This kernel feature is useful for number crunching applications492492+ that may need to compute untrusted bytecode during their493493+ execution. By using pipes or other transports made available to494494+ the process as file descriptors supporting the read/write495495+ syscalls, it's possible to isolate those applications in496496+ their own address space using seccomp. Once seccomp is497497+ enabled via prctl, it cannot be disabled and the task is only498498+ allowed to execute a few safe syscalls defined by each seccomp499499+ mode.500500+501501+ If unsure, say N.502502+486503config SMP487504 bool "Symmetric multi-processing support"488505 depends on SYS_SUPPORTS_SMP