From: Eric W. Biederman Date: Sun, 19 Jun 2011 00:48:18 +0000 (-0700) Subject: proc: Fix the namespace inode permission checks. X-Git-Tag: v3.8-rc1~77^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf056bfa80596a5d14b26b17276a56a0dcb080e5;p=pandora-kernel.git proc: Fix the namespace inode permission checks. Change the proc namespace files into symlinks so that we won't cache the dentries for the namespace files which can bypass the ptrace_may_access checks. To support the symlinks create an additional namespace inode with it's own set of operations distinct from the proc pid inode and dentry methods as those no longer make sense. Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed