|
@@ -1443,12 +1443,8 @@ config SECCOMP
|
|
|
|
|
|
If unsure, say Y. Only embedded should say N here.
|
|
If unsure, say Y. Only embedded should say N here.
|
|
|
|
|
|
-config CC_STACKPROTECTOR_ALL
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config CC_STACKPROTECTOR
|
|
config CC_STACKPROTECTOR
|
|
bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
|
|
bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
|
|
- select CC_STACKPROTECTOR_ALL
|
|
|
|
---help---
|
|
---help---
|
|
This option turns on the -fstack-protector GCC feature. This
|
|
This option turns on the -fstack-protector GCC feature. This
|
|
feature puts, at the beginning of functions, a canary value on
|
|
feature puts, at the beginning of functions, a canary value on
|