Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537713

[PATCH 2/2] config: android-base: enable hardened usercopy and kernel ASLR

From Amit Pundir <amit.pundir@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 2/2] config: android-base: enable hardened usercopy and kernel ASLR
Date 2016-12-07 13:20 +0100
Message-ID <sLJmx-8sl-7@gated-at.bofh.it> (permalink)
References <sLJmx-8sl-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Enable CONFIG_HARDENED_USERCOPY and CONFIG_RANDOMIZE_BASE in Android
base config fragment.

Reviewed-at: https://android-review.googlesource.com/#/c/283659/
Reviewed-at: https://android-review.googlesource.com/#/c/278133/

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
---
 kernel/configs/android-base.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config
index 1a8f34f..26a06e0 100644
--- a/kernel/configs/android-base.config
+++ b/kernel/configs/android-base.config
@@ -21,6 +21,7 @@ CONFIG_CP15_BARRIER_EMULATION=y
 CONFIG_DEFAULT_SECURITY_SELINUX=y
 CONFIG_EMBEDDED=y
 CONFIG_FB=y
+CONFIG_HARDENED_USERCOPY=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_INET6_AH=y
 CONFIG_INET6_ESP=y
@@ -129,6 +130,7 @@ CONFIG_PPP_DEFLATE=y
 CONFIG_PPP_MPPE=y
 CONFIG_PREEMPT=y
 CONFIG_QUOTA=y
+CONFIG_RANDOMIZE_BASE=y
 CONFIG_RTC_CLASS=y
 CONFIG_RT_GROUP_SCHED=y
 CONFIG_SECCOMP=y
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/2] config: android-base: enable hardened usercopy and kernel ASLR Amit Pundir <amit.pundir@linaro.org> - 2016-12-07 13:20 +0100
  Re: [PATCH 2/2] config: android-base: enable hardened usercopy and  kernel ASLR Rob Herring <rob.herring@linaro.org> - 2016-12-08 16:40 +0100

csiph-web