[packages/kernel] - use stack protector strong instead of default one
arekm
arekm at pld-linux.org
Fri Sep 18 22:48:51 CEST 2015
commit c23f33a10de6404c12685e0fe437bef15ad50104
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Sep 18 22:48:44 2015 +0200
- use stack protector strong instead of default one
kernel-multiarch.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index dd79147..704068d 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -5,8 +5,8 @@
ARCH_MEMORY_PROBE all=n
CC_STACKPROTECTOR all=y
CC_STACKPROTECTOR_NONE all=n
-CC_STACKPROTECTOR_REGULAR all=y
-CC_STACKPROTECTOR_STRONG all=n
+CC_STACKPROTECTOR_REGULAR all=n
+CC_STACKPROTECTOR_STRONG all=y
EARLY_PRINTK_EFI all=n
EFI_MIXED all=y
IOSF_MBI all=m
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/c23f33a10de6404c12685e0fe437bef15ad50104
More information about the pld-cvs-commit
mailing list