summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-03-23 15:52:50 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2011-03-23 17:01:18 -0400
commita9712bc12c40c172e393f85a9b2ba8db4bf59509 (patch)
treec40217e028ae937da7ad94e249e2247191ffcc8f /fs/namei.c
parent198214a7ee50375fa71a65e518341980cfd4b2f0 (diff)
downloadop-kernel-dev-a9712bc12c40c172e393f85a9b2ba8db4bf59509.zip
op-kernel-dev-a9712bc12c40c172e393f85a9b2ba8db4bf59509.tar.gz
deal with races in /proc/*/{syscall,stack,personality}
All of those are rw-r--r-- and all are broken for suid - if you open a file before the target does suid-root exec, you'll be still able to access it. For personality it's not a big deal, but for syscall and stack it's a real problem. Fix: check that task is tracable for you at the time of read(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namei.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud