From ce1763dba0161afe7ce61767686b531bb14d4542 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 2 Aug 2018 13:59:37 +0800 Subject: linux-intel/4.14: harden kernel config Include scc that enables stricter config options that reduce the attack surface and/or perform additional checks and validation of commonly used structures in kernel. Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index c5cde45a..f2d55519 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel/linux/linux-intel_4.14.bb @@ -10,11 +10,11 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" LINUX_VERSION ?= "4.14.59" SRCREV_machine ?= "a36b9969b6b2c9321d9c6e907b47211be0f4b99c" -SRCREV_meta ?= "d64aec9793d558ff49993ff6076be6d4daf101c2" +SRCREV_meta ?= "8a3be7d783a39b56796e1d5197cb9f757e38f22f" # For Crystalforest and Romley KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio" # Functionality flags -KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" +KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" -- cgit v1.2.3-54-g00ecf