From: Chris Wright Date: Sat, 25 Mar 2006 11:07:41 +0000 (-0800) Subject: [PATCH] make cap_ptrace enforce PTRACE_TRACME checks X-Git-Tag: v2.6.17-rc1~793 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4eb82c783992551c574580eb55fddc8bb006ad0;p=pandora-kernel.git [PATCH] make cap_ptrace enforce PTRACE_TRACME checks PTRACE_TRACEME doesn't have proper capabilities validation when parent is less privileged than child. Issue pointed out by Ram Gupta . Note: I haven't identified a strong security issue, and it's a small ABI change that could break apps that rely on existing behaviour (which allows parent that is less privileged than child to ptrace when child does PTRACE_TRACEME). Signed-off-by: Chris Wright Cc: Ram Gupta Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed