|
@@ -173,14 +173,18 @@ DEVEL_PREFIX="/usr/"
|
|
|
#
|
|
|
# uClibc security related options
|
|
|
#
|
|
|
-# UCLIBC_SECURITY is not set
|
|
|
# UCLIBC_BUILD_PIE is not set
|
|
|
# UCLIBC_HAS_ARC4RANDOM is not set
|
|
|
# HAVE_NO_SSP is not set
|
|
|
-# UCLIBC_HAS_SSP is not set
|
|
|
+UCLIBC_HAS_SSP=y
|
|
|
+# UCLIBC_HAS_SSP_COMPAT is not set
|
|
|
+# SSP_QUICK_CANARY is not set
|
|
|
+PROPOLICE_BLOCK_ABRT=y
|
|
|
+# PROPOLICE_BLOCK_SEGV is not set
|
|
|
+# UCLIBC_BUILD_SSP is not set
|
|
|
UCLIBC_BUILD_RELRO=y
|
|
|
UCLIBC_BUILD_NOW=y
|
|
|
-# UCLIBC_BUILD_NOEXECSTACK is not set
|
|
|
+UCLIBC_BUILD_NOEXECSTACK=y
|
|
|
|
|
|
#
|
|
|
# uClibc development/debugging options
|