All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karl MacMillan <kmacmillan@mentalrootkit.com>
To: Jim Meyering <jim@meyering.net>
Cc: selinux@tycho.nsa.gov, Russell Coker <russell@coker.com.au>
Subject: Re: justifying --context=CTX (-Z) for upstream coreutils, like mkdir
Date: Fri, 11 Aug 2006 10:58:14 -0400	[thread overview]
Message-ID: <1155308294.8018.59.camel@localhost.localdomain> (raw)
In-Reply-To: <87mzabgyrk.fsf@rho.meyering.net>

On Fri, 2006-08-11 at 15:58 +0200, Jim Meyering wrote:
> Hello again,
> 
> With clear agreement that neither cp nor mv needs the --context=CTX (-Z)
> option, I am nearly convinced that the this option does not belong in any
> other program in upstream coreutils.  [of course, I expect it to remain
> in RHEL and probably in Fedora for some time]  Upstream coreutils will
> display contexts (stat, ls, uname), and preserve them (cp, mv, install?),
> and add chcon+runcon, but that's all.
> 
> For a little context on why, ...
> I'm also considering the xattr patch that's been floating around for
> years.  Currently it's part of SuSE's coreutils patch set.  It ensures
> that mv and cp -p preserve any (selected) XATTR attributes.

Only selected attributes or you can optionally preserve only a subset?
I.e., is the default to preserve all?

>   There is
> no option to let install(1) apply XATTR attributes.

Is there a need for this? I have no idea.

>   Nor mkdir, mkfifo,
> mknod.  Similarly for the ACL support that's widely available, there is
> no option to let those programs apply a specified ACL.  Why should
> SELinux security contexts be treated differently?

Acls are a discretionary mechanism and it is, therefore, appropriate for
them to be applied by users after file creation.

SELinux is fundamentally different as a mandatory mechanism and a core
property is that objects should be labeled correctly at creation time.

> 
> I do understand the race condition argument, but any sysadmin who is
> silly enough to create new files in such a way that those races matter,
> deserves whatever s/he gets.

But what real options do they have? Forcing the app to install into a
DESTDIR, labeling and copying? What about a developer trying to
distribute a tarball with selinux support at install - what option would
this leave them?

>   If a destination file really must be in a
> vulnerable place, it's not so hard to create it first in a safe place,
> apply any necessary context via chcon, and then `install' them via rename.
> 

You are assuming a policy where relabeling is allowed fairly broadly -
not all policies are written in this way. Heavily locked-down systems
will want to prevent relabeling wherever possible and not providing
tools to create files labeled correctly prevents this.

> Am I missing some justification for why e.g., mkdir should have the
> option?  Yes, it does accept --mode=M (-m), but is that enough to
> justify the SELinux---ACL/XATTR dichotomy?  Not to me.  But I'm
> willing to be educated :)
> 

Again, SELinux is fundamentally different from ACL/XATTRs.

> BTW, what makes install so special that it needs to call matchpathcon?
> Can it accomplish the same goal via "chcon ...;
> install --preserve-context ..."?
> 

It allows install to correctly label for different policies, including
policies distributed separately from the application. Otherwise the
makefile must hardcode all possible labels in the chcon statements or
provide a mechanism that is essentially matchpathcon.

This could be done with the separate matchpatcon utility though, so I
wouldn't be against dropping this.

Karl

> Thanks for your feedback,
> 
> Jim
> 
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  reply	other threads:[~2006-08-11 14:58 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-11 13:58 justifying --context=CTX (-Z) for upstream coreutils, like mkdir Jim Meyering
2006-08-11 14:58 ` Karl MacMillan [this message]
2006-08-11 15:23   ` Stephen Smalley
2006-08-11 15:46   ` Casey Schaufler
2006-08-11 16:45   ` Jim Meyering
2006-08-12 17:43     ` Daniel J Walsh
2006-08-18 10:37       ` install vs. matchpathcon(8) [Re: justifying --context=CTX (-Z) Jim Meyering
2006-08-28 19:14         ` Stephen Smalley
2006-08-14 14:56     ` justifying --context=CTX (-Z) for upstream coreutils, like mkdir Karl MacMillan
2006-08-14 15:53       ` Jim Meyering
2006-08-14 16:02         ` Karl MacMillan
2006-08-14 17:18           ` Jim Meyering
     [not found]             ` <1155581090.28766.217.camel@moss-spartans.epoch.ncsc.mil>
2006-08-21 15:58               ` Jim Meyering
2006-08-21 17:40                 ` Christopher J. PeBenito
2006-08-21 21:31                   ` Jim Meyering
2006-08-22 13:12                     ` Joshua Brindle
2006-08-22 16:03                       ` Jim Meyering
2006-08-22 16:23                         ` Joshua Brindle
2006-08-22 17:16                           ` Jim Meyering
2006-08-23  0:27                             ` James Antill
2006-08-23 10:43                               ` Jim Meyering
2006-08-28 12:23                                 ` Joshua Brindle
2006-08-28 20:24                                   ` Stephen Smalley
2006-08-29 19:11                                     ` Stephen Smalley
2006-08-28 19:05                                 ` Stephen Smalley
2006-08-23 11:52                               ` Joshua Brindle
2006-08-21 17:58                 ` Karl MacMillan
2006-08-21 21:15                   ` Jim Meyering
2006-08-16 17:05 ` James Antill
2006-08-16 21:18   ` Jim Meyering
2006-08-28 20:00     ` Stephen Smalley
2006-08-28 20:10       ` Stephen Smalley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1155308294.8018.59.camel@localhost.localdomain \
    --to=kmacmillan@mentalrootkit.com \
    --cc=jim@meyering.net \
    --cc=russell@coker.com.au \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.