···121121 Set this to have arguments from the default kernel command string122122 override those passed by the boot loader.123123124124+config SECCOMP125125+ bool "Enable seccomp to safely compute untrusted bytecode"126126+ depends on PROC_FS127127+ default y128128+ help129129+ This kernel feature is useful for number crunching applications130130+ that may need to compute untrusted bytecode during their131131+ execution. By using pipes or other transports made available to132132+ the process as file descriptors supporting the read/write133133+ syscalls, it's possible to isolate those applications in134134+ their own address space using seccomp. Once seccomp is135135+ enabled via /proc/<pid>/seccomp, it cannot be disabled136136+ and the task is only allowed to execute a few safe syscalls137137+ defined by each seccomp mode.138138+139139+ If unsure, say Y. Only embedded should say N here.140140+124141endmenu125142126143menu "Advanced setup"