From: Linus Torvalds Date: Sat, 15 Jul 2006 19:26:45 +0000 (-0700) Subject: Don't allow chmod() on the /proc// files X-Git-Tag: v2.6.18-rc2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d76fa58b050044994fe25f8753b8023f2b36737;p=pandora-kernel.git Don't allow chmod() on the /proc// files This just turns off chmod() on the /proc// 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 Signed-off-by: Marcel Holtmann Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed