From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Sender: Vasiliy Kulikov Date: Sat, 13 Aug 2011 10:26:14 +0400 From: Vasiliy Kulikov Message-ID: <20110813062614.GD3851@albatros> References: <20110812102954.GA3496@albatros> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [kernel-hardening] Re: [RFC] x86, mm: start mmap allocation for libs from low addresses To: "H. Peter Anvin" Cc: Thomas Gleixner , Ingo Molnar , kernel-hardening@lists.openwall.com, Peter Zijlstra , Andrew Morton , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On Fri, Aug 12, 2011 at 18:19 -0500, H. Peter Anvin wrote: > This also greatly reduces the address space available for randomization, > and may get in the way of the default brk. Is this a net win or lose? If the executable image is not randomized and is located out of ASCII-armor, then yes, such allocation doesn't help much. > Also, this zero byte is going to be at the last address, which means it might not help. How about addresses of the form 0xAA00B000 instead? The last bits are always 000 for a page address, of course... It leaves only 64kb of library protected, which is useless for most of programs. Thanks, -- Vasiliy Kulikov http://www.openwall.com - bringing security into open computing environments