···14631463 However, if the CPU data cache is using a write-allocate mode,14641464 this option is unlikely to provide any performance gain.1465146514661466+config SECCOMP14671467+ bool14681468+ prompt "Enable seccomp to safely compute untrusted bytecode"14691469+ ---help---14701470+ This kernel feature is useful for number crunching applications14711471+ that may need to compute untrusted bytecode during their14721472+ execution. By using pipes or other transports made available to14731473+ the process as file descriptors supporting the read/write14741474+ syscalls, it's possible to isolate those applications in14751475+ their own address space using seccomp. Once seccomp is14761476+ enabled via prctl(PR_SET_SECCOMP), it cannot be disabled14771477+ and the task is only allowed to execute a few safe syscalls14781478+ defined by each seccomp mode.14791479+14661480config CC_STACKPROTECTOR14671481 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"14681482 help