[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1109271122480.17876@chino.kir.corp.google.com>
Date: Tue, 27 Sep 2011 11:27:22 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Vasiliy Kulikov <segoon@...nwall.com>
cc: kernel-hardening@...ts.openwall.com,
Christoph Lameter <cl@...ux-foundation.org>,
Pekka Enberg <penberg@...nel.org>,
Matt Mackall <mpm@...enic.com>,
Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org,
Kees Cook <kees@...ntu.com>,
Dave Hansen <dave@...ux.vnet.ibm.com>, Valdis.Kletnieks@...edu,
Linus Torvalds <torvalds@...ux-foundation.org>,
Alan Cox <alan@...ux.intel.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] mm: restrict access to /proc/meminfo
On Tue, 27 Sep 2011, Vasiliy Kulikov wrote:
> /proc/meminfo stores information related to memory pages usage, which
> may be used to monitor the number of objects in specific caches (and/or
> the changes of these numbers). This might reveal private information
> similar to /proc/slabinfo infoleaks. To remove the infoleak, just
> restrict meminfo to root. If it is used by unprivileged daemons,
> meminfo permissions can be altered the same way as slabinfo:
>
> groupadd meminfo
> usermod -a -G meminfo $MONITOR_USER
> chmod g+r /proc/meminfo
> chgrp meminfo /proc/meminfo
>
I guess the side-effect of this is that users without root will no longer
report VM issues where "there's tons of freeable memory but my task got
killed", "there's swap available but is unutilized in lowmem situations",
etc. :)
Seriously, though, can't we just change the granularity of /proc/meminfo
to be MB instead of KB or at least provide a separate file that is
readable that does that? I can understand not exporting information on a
page-level granularity but not giving users a way to determine the amount
of free memory is a little extreme.
--
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