Re: [PATCH] getrusage sucks

From: David Wagner
Date: Fri Nov 11 2005 - 00:05:59 EST


Claudio Scordino wrote:
>Does exist any _real_ reason why getrusage can't be invoked by a task to know
>statistics of another task ?

Probably only super-user should be permitted to read the usage information
about other processes. Allowing anyone to read anyone else's rusage would
open up a bunch of side channels that sound pretty dangerous. For instance,
user #1 might be able to mount a timing attack against crypto code being
executed by user #2, and that doesn't sound good.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/