userns: Kill nsown_capable it makes the wrong thing easy
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 20 Mar 2013 19:49:49 +0000 (12:49 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 31 Aug 2013 06:44:11 +0000 (23:44 -0700)
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 <serge.hallyn@canonical.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

No differences found