Kconfig (c853f18b640f3e58ba14ffb25e551be8af218209) | Kconfig (6b90bd4ba40b38dc13c2782469c1c77e4ed79915) |
---|---|
1# 2# General architecture dependent options 3# 4 5config KEXEC_CORE 6 bool 7 8config OPROFILE --- 343 unchanged lines hidden (view full) --- 352 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET 353 help 354 Enable tasks to build secure computing environments defined 355 in terms of Berkeley Packet Filter programs which implement 356 task-defined system call filtering polices. 357 358 See Documentation/prctl/seccomp_filter.txt for details. 359 | 1# 2# General architecture dependent options 3# 4 5config KEXEC_CORE 6 bool 7 8config OPROFILE --- 343 unchanged lines hidden (view full) --- 352 depends on HAVE_ARCH_SECCOMP_FILTER && SECCOMP && NET 353 help 354 Enable tasks to build secure computing environments defined 355 in terms of Berkeley Packet Filter programs which implement 356 task-defined system call filtering polices. 357 358 See Documentation/prctl/seccomp_filter.txt for details. 359 |
360config HAVE_GCC_PLUGINS 361 bool 362 help 363 An arch should select this symbol if it supports building with 364 GCC plugins. 365 366menuconfig GCC_PLUGINS 367 bool "GCC plugins" 368 depends on HAVE_GCC_PLUGINS 369 help 370 GCC plugins are loadable modules that provide extra features to the 371 compiler. They are useful for runtime instrumentation and static analysis. 372 373 See Documentation/gcc-plugins.txt for details. 374 |
|
360config HAVE_CC_STACKPROTECTOR 361 bool 362 help 363 An arch should select this symbol if: 364 - its compiler supports the -fstack-protector option 365 - it has implemented a stack canary (e.g. __stack_chk_guard) 366 367config CC_STACKPROTECTOR --- 294 unchanged lines hidden --- | 375config HAVE_CC_STACKPROTECTOR 376 bool 377 help 378 An arch should select this symbol if: 379 - its compiler supports the -fstack-protector option 380 - it has implemented a stack canary (e.g. __stack_chk_guard) 381 382config CC_STACKPROTECTOR --- 294 unchanged lines hidden --- |