|
Message-ID: <20130405073449.GE26889@gmail.com> Date: Fri, 5 Apr 2013 09:34:50 +0200 From: Ingo Molnar <mingo@...nel.org> To: Kees Cook <keescook@...omium.org> Cc: linux-kernel@...r.kernel.org, kernel-hardening@...ts.openwall.com, "H. Peter Anvin" <hpa@...or.com>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, x86@...nel.org, Jarkko Sakkinen <jarkko.sakkinen@...el.com>, Matthew Garrett <mjg@...hat.com>, Matt Fleming <matt.fleming@...el.com>, Eric Northup <digitaleric@...gle.com>, Dan Rosenberg <drosenberg@...curity.com>, Julien Tinnes <jln@...gle.com>, Will Drewry <wad@...omium.org>, Linus Torvalds <torvalds@...ux-foundation.org> Subject: Re: [PATCH 3/3] x86: kernel base offset ASLR * Kees Cook <keescook@...omium.org> wrote: > +config RANDOMIZE_BASE_MAX_OFFSET > + hex "Maximum ASLR offset allowed" > + depends on RANDOMIZE_BASE > + default "0x10000000" > + range 0x0 0x10000000 > + ---help--- > + Determines the maximal offset in bytes that will be applied to the > + kernel when Address Space Layout Randomization (ASLR) is active. > + Physical memory layout and kernel size may limit this further. > + This must be a power of two. I'm not sure this configuration option should be exposed. Is there any reason that if the feature is enabled, to not set this to the highest possible value? Furthermore, when randomization is enabled, I'd suggest to default kptr_restrict to 1 [if the user does not override it] - currently the bootup default is 0. I.e. make it easy to enable effective KASLR with a single configuration step, without "forgot about kptr_restrict" gotchas. I'd also suggest to rename RANDOMIZE_BASE to something like RANDOMIZE_KBASE. The 'kbase' makes it really clear that this is about some kernel base address randomization. 'Randomize base' sounds too generic, and could be misunderstood to mean something about our random pool for example. Thanks, Ingo
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.