[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.01.0906030827580.4880@localhost.localdomain>
Date: Wed, 3 Jun 2009 08:38:47 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Christoph Lameter <cl@...ux-foundation.org>
cc: "Larry H." <research@...reption.com>, linux-mm@...ck.org,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Rik van Riel <riel@...hat.com>, linux-kernel@...r.kernel.org,
pageexec@...email.hu
Subject: Re: Security fix for remapping of page 0 (was [PATCH] Change
ZERO_SIZE_PTR to point at unmapped space)
On Wed, 3 Jun 2009, Christoph Lameter wrote:
> On Wed, 3 Jun 2009, Linus Torvalds wrote:
>
> > The point being that we do need to support mmap at zero. Not necessarily
> > universally, but it can't be some fixed "we don't allow that".
>
> Hmmm... Depend on some capability? CAP_SYS_PTRACE may be something
> remotely related?
But as mentioned several times, we do have the system-wide setting in
'mmap_min_addr' (that then can be overridden by CAP_SYS_RAWIO, so in that
sense a capability already exists).
It defaults to 64kB in at least the x86 defconfig files, but to 0 in the
Kconfig defaults. Also, for some reason it has a "depends on SECURITY",
which means that if you just default to the old-style unix security you'll
lose it.
So there are several ways to disable it by mistake. I don't know what
distros do.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists