From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Mon, 12 Sep 2011 19:06:30 +0400 From: Cyrill Gorcunov Message-ID: <20110912150630.GE25367@sun> References: <20110910164001.GA2342@albatros> <20110910164134.GA2442@albatros> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110910164134.GA2442@albatros> Subject: [kernel-hardening] Re: [RFC PATCH 2/2] mm: restrict access to /proc/slabinfo To: Vasiliy Kulikov Cc: kernel-hardening@lists.openwall.com, Andrew Morton , Al Viro , Christoph Lameter , Pekka Enberg , Matt Mackall , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On Sat, Sep 10, 2011 at 08:41:34PM +0400, Vasiliy Kulikov wrote: > Historically /proc/slabinfo has 0444 permissions and is accessible to > the world. slabinfo contains rather private information related both to > the kernel and userspace tasks. Depending on the situation, it might > reveal either private information per se or information useful to make > another targeted attack. Some examples of what can be learned by > reading/watching for /proc/slabinfo entries: > ... Since this file is controversy point, probably its permissions might be configurable via setup option? Cyrill