Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1320169

Re: [PATCH RFC] Introduce new security.nscapability xattr

From Andy Lutomirski <luto@amacapital.net>
Newsgroups linux.kernel
Subject Re: [PATCH RFC] Introduce new security.nscapability xattr
Date 2016-01-28 01:40 +0100
Message-ID <qVIMV-3vP-1@gated-at.bofh.it> (permalink)
References (1 earlier) <qAFTH-1Fr-3@gated-at.bofh.it> <qC59o-7to-15@gated-at.bofh.it> <qT0n0-6rz-9@gated-at.bofh.it> <qVAPp-65V-37@gated-at.bofh.it> <qVC4O-6X5-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jan 27, 2016 at 9:22 AM, Jann Horn <jann@thejh.net> wrote:
> I think it sounds good from a security perspective.

I'm a bit late to the game, but I have a question: why should this be
keyed to the *root* uid of the namespace in particular?  Certainly if
user foo trusts the cap bits on some file, then user foo might trust
those caps to be exerted over any namespace that user foo owns, since
user foo owns the namespace.

But another option would be to include a list of uids and gids such
that the cap bits on the file are trusted by any namespace that maps
only uids and gids in the list.  After all, the existence of a
namespace with root user foo that also maps bar and baz along with a
file with caps set means that, if baz can get to the file and
permissions are set appropriately, then baz now owns bar (via any
number of fs-related capabilities).  So maybe bar and baz should have
to be listed as well.

But maybe this doesn't matter.

In any event, at the end of the day, the right answer to all of this
is to stop using setuid and stop using cap bits too and start using
privileged daemons or other things that don't use the eternally
fragile grant-privilege-on-execve mechanisms.

--Andy

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH RFC] Introduce new security.nscapability xattr Jann Horn <jann@thejh.net> - 2016-01-20 13:50 +0100
  Re: [PATCH RFC] Introduce new security.nscapability xattr "Serge E. Hallyn" <serge@hallyn.com> - 2016-01-27 17:10 +0100
    Re: [PATCH RFC] Introduce new security.nscapability xattr Jann Horn <jann@thejh.net> - 2016-01-27 18:30 +0100
      Re: [PATCH RFC] Introduce new security.nscapability xattr Andy Lutomirski <luto@amacapital.net> - 2016-01-28 01:40 +0100
        Re: [PATCH RFC] Introduce new security.nscapability xattr "Serge E. Hallyn" <serge.hallyn@ubuntu.com> - 2016-01-29 08:40 +0100

csiph-web