Don't allow chmod() on the /proc/<pid>/ files
authorLinus Torvalds <torvalds@evo.osdl.org>
Sat, 15 Jul 2006 19:26:45 +0000 (12:26 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 15 Jul 2006 19:26:45 +0000 (12:26 -0700)
This just turns off chmod() on the /proc/<pid>/ files, since there is no
good reason to allow it, and had we disallowed it originally, the nasty
/proc race exploit wouldn't have been possible.

The other patches already fixed the problem chmod() could cause, so this
is really just some final mop-up..

This particular version is based off a patch by Eugene and Marcel which
had much better naming than my original equivalent one.

Signed-off-by: Eugene Teo <eteo@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found