aboutsummaryrefslogtreecommitdiff
path: root/include/linux/path.h
diff options
context:
space:
mode:
authorMark Grondona <mgrondona@llnl.gov>2013-09-11 14:24:31 -0700
committerMoyster <oysterized@gmail.com>2016-08-26 19:15:01 +0200
commit99ddedeb0943e0282832180ee1c1e0ebcae69765 (patch)
treedbe882d6cda38a8af503781fca2d8d5b0ad5e96d /include/linux/path.h
parent3b06bbf0e0c323f0dbbdabbf7069959fced59912 (diff)
__ptrace_may_access() should not deny sub-threads
commit 73af963f9f3036dffed55c3a2898598186db1045 upstream. __ptrace_may_access() checks get_dumpable/ptrace_has_cap/etc if task != current, this can can lead to surprising results. For example, a sub-thread can't readlink("/proc/self/exe") if the executable is not readable. setup_new_exec()->would_dump() notices that inode_permission(MAY_READ) fails and then it does set_dumpable(suid_dumpable). After that get_dumpable() fails. (It is not clear why proc_pid_readlink() checks get_dumpable(), perhaps we could add PTRACE_MODE_NODUMPABLE) Change __ptrace_may_access() to use same_thread_group() instead of "task == current". Any security check is pointless when the tasks share the same ->mm. Signed-off-by: Mark Grondona <mgrondona@llnl.gov> Signed-off-by: Ben Woodard <woodard@redhat.com> Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'include/linux/path.h')
0 files changed, 0 insertions, 0 deletions