From: Eric W. Biederman Date: Wed, 20 Mar 2013 19:49:49 +0000 (-0700) Subject: userns: Kill nsown_capable it makes the wrong thing easy X-Git-Tag: v3.12-rc1~106^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b96acf1456ef127fef461fcfedb54b81fecfbb;p=pandora-kernel.git userns: Kill nsown_capable it makes the wrong thing easy nsown_capable is a special case of ns_capable essentially for just CAP_SETUID and CAP_SETGID. For the existing users it doesn't noticably simplify things and from the suggested patches I have seen it encourages people to do the wrong thing. So remove nsown_capable. Acked-by: Serge Hallyn Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed