[Lunar-commits] <lunar-iso> Build kernel with fstack-protector-strong

Stefan Wold ratler at lunar-linux.org
Sun Sep 7 15:40:00 CEST 2014


commit 44429756b78a93c2592ebfbcdc63014829d79d94
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 07 Sep 2014 15:39:12 +0200
URL: https://github.com/lunar-linux/lunar-iso/commit/44429756b78a93c2592ebfbcdc63014829d79d94

Build kernel with fstack-protector-strong
---
  kernels/conf/generic.x86_64 | +2/-3     
  1 file changed, 2 insertions(+), 3 deletions(-)

--- a/kernels/conf/generic.x86_64
+++ b/kernels/conf/generic.x86_64
@@ -269,8 +269,8 @@ CONFIG_SECCOMP_FILTER=y
 CONFIG_HAVE_CC_STACKPROTECTOR=y
 CONFIG_CC_STACKPROTECTOR=y
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
-CONFIG_CC_STACKPROTECTOR_REGULAR=y
-# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
+CONFIG_CC_STACKPROTECTOR_STRONG=y
 CONFIG_HAVE_CONTEXT_TRACKING=y
 CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
@@ -5820,7 +5820,6 @@ CONFIG_SECURITY_YAMA=y
 CONFIG_SECURITY_YAMA_STACKED=y
 # CONFIG_IMA is not set
 # CONFIG_EVM is not set
-# CONFIG_DEFAULT_SECURITY_SMACK is not set
 # CONFIG_DEFAULT_SECURITY_YAMA is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY=""




More information about the Lunar-commits mailing list