diff --git a/debian/changelog b/debian/changelog index 99d9c6907..8e70b47fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ linux (4.8-1~exp1) UNRELEASED; urgency=medium * [powerpc*/*64*] Enable OPAL_PRD, MTD, MTD_POWERNV_FLASH as modules (Closes: #838604, #838605) * Compile with gcc-6 on all architectures + * security,printk: Enable SECURITY_DMESG_RESTRICT, preventing non-root users + reading the kernel log by default (sysctl: kernel.dmesg_restrict) -- Ben Hutchings Sat, 01 Oct 2016 21:51:33 +0100 diff --git a/debian/config/config b/debian/config/config index 17b4e2d24..4d72e3de4 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6643,6 +6643,7 @@ CONFIG_NET_KEY_MIGRATE=y ## ## file: security/Kconfig ## +CONFIG_SECURITY_DMESG_RESTRICT=y CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y