[linux] 01/01: [amd64] Enable RANDOMIZE_MEMORY
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Oct 5 21:40:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 34bf1f9c3f34c0a2784c985b48f70c27476377ed
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Oct 5 22:38:43 2016 +0100
[amd64] Enable RANDOMIZE_MEMORY
---
debian/changelog | 1 +
debian/config/amd64/config | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 54ee55a..f498584d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ linux (4.8-1~exp1) UNRELEASED; urgency=medium
* [arm*,powerpc*,s390x,sparc64,x86] Enable HARDENED_USERCOPY
* security,perf: Replace GRKERNSEC_PERF_HARDEN patch with the version
submitted upstream
+ * [amd64] Enable RANDOMIZE_MEMORY
-- Ben Hutchings <ben at decadent.org.uk> Sat, 01 Oct 2016 21:51:33 +0100
diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index c2f53a3..0688215 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -17,6 +17,7 @@ CONFIG_EFI_MIXED=y
CONFIG_KEXEC_FILE=y
CONFIG_KEXEC_VERIFY_SIG=y
CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
+CONFIG_RANDOMIZE_MEMORY=y
## choice: vsyscall table for legacy applications
# CONFIG_LEGACY_VSYSCALL_NATIVE is not set
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list