]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Relax /proc fix a bit
authorLinus Torvalds <torvalds@osdl.org>
Sat, 15 Jul 2006 05:59:19 +0000 (05:59 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 15 Jul 2006 19:45:13 +0000 (12:45 -0700)
commit17fe0b2d3142f81b09ece55aa5e290cdc49b4a22
tree0330e9d1d30aeaf0255cd1282d4374c973f94404
parentf7a3975e687412bc400352e0eeaf9a8521de4e10
[PATCH] Relax /proc fix a bit

Relax /proc fix a bit

Clearign all of i_mode was a bit draconian. We only really care about
S_ISUID/ISGID, after all.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/proc/base.c