|
Message-ID: <20110627105949.GA9260@albatros> Date: Mon, 27 Jun 2011 14:59:49 +0400 From: Vasiliy Kulikov <segoon@...nwall.com> To: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com> Cc: linux-kernel@...r.kernel.org, balbir@...ux.vnet.ibm.com, akpm@...ux-foundation.org, viro@...iv.linux.org.uk, rientjes@...gle.com, wilsons@...rt.ca, security@...nel.org, eparis@...hat.com, kernel-hardening@...ts.openwall.com, torvalds@...ux-foundation.org Subject: Re: [PATCH 1/2] proc: restrict access to /proc/PID/io On Mon, Jun 27, 2011 at 19:07 +0900, KOSAKI Motohiro wrote: > I'm ok any alternative way if you have. I only want to don't break iotop. > It's used very widely and frequently from performance tuning engineers. It doesn't break listening for own processes statistics. It disables spying for alien processes. Or is iotop does something useful using other users' processes information? The only thing I can think about is watching for the related processes running under the separate account (e.g. separate DB and web user accounts). For performance things IMO the precise io activity is needed anyway. If you have to watch for other processes, you probably have to be root (which is overkill, though). Don't know whether it can help - I've suggested the way to define a group allowed to read somewhat private procfs files: http://www.openwall.com/lists/kernel-hardening/2011/06/15/19 It is incomplete (in sense of taskstats missing) and it is a bit dumb/not configurable. Here I suggest a bit more configurable scheme: http://www.openwall.com/lists/kernel-hardening/2011/06/22/1 Thanks, -- Vasiliy Kulikov http://www.openwall.com - bringing security into open computing environments
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.