[linux-kvm-b][PATCH 2/2] UBUNTU: [Config]: enable CONFIG_FORTIFY_SOURCE

Po-Hsu Lin po-hsu.lin at canonical.com
Tue Jun 12 10:53:15 UTC 2018


BugLink: https://bugs.launchpad.net/bugs/1766774

Enable the CONFIG_FORTIFY_SOURCE, which is required by the kernel security
testsuite.

Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
 debian.kvm/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index d4fe1a2..10cf241 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -723,7 +723,7 @@ CONFIG_FILE_LOCKING=y
 # CONFIG_FIRMWARE_MEMMAP is not set
 CONFIG_FIX_EARLYCON_MEM=y
 # CONFIG_FMC is not set
-# CONFIG_FORTIFY_SOURCE is not set
+CONFIG_FORTIFY_SOURCE=y
 # CONFIG_FPGA is not set
 CONFIG_FRAME_POINTER=y
 CONFIG_FRAME_WARN=2048
-- 
2.7.4





More information about the kernel-team mailing list