From: Jim Meyering <jim@meyering.net>
To: Karl MacMillan <kmacmillan@mentalrootkit.com>
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 18:45:24 +0200 [thread overview]
Message-ID: <87irkzfcgr.fsf@rho.meyering.net> (raw)
In-Reply-To: <1155308294.8018.59.camel@localhost.localdomain> (Karl MacMillan's message of "Fri, 11 Aug 2006 10:58:14 -0400")
Karl MacMillan <kmacmillan@mentalrootkit.com> wrote:
> 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?
mv tries to preserve all of them.
That patch set adds this option to cp:
--attributes=regex preserve extended attributes whose name
matches the specified regular expression
(defaults to preserving all extended
attributes except file permissions;
regex=`-' preserves no extended attributes).
>> 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.
If using chcon is sometimes not an option for a user who must be able
to create files in a non-default context, then we have to choose between:
1) adding the --context=CTX (-Z) option to many of the programs
that create a named output file.
2) providing a tool to change the fscreate context for an exec'd program
The latter seems much cleaner.
Is there any hope on that front?
The problem is that if I add an options upstream, it's
a big deal/hassle to remove it later, if a more appropriate
mechanism becomes available. As long as there's a hint
of hope for a cleaner approach, I'm extremely reluctant
to impose on the coreutils something that looks like a kludge.
...
>> 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.
Thanks for explaining.
If install really needs -Z, I'd prefer to drop its internal
use of matchpathcon.
--
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.
next prev parent reply other threads:[~2006-08-11 16:45 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
2006-08-11 15:23 ` Stephen Smalley
2006-08-11 15:46 ` Casey Schaufler
2006-08-11 16:45 ` Jim Meyering [this message]
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=87irkzfcgr.fsf@rho.meyering.net \
--to=jim@meyering.net \
--cc=kmacmillan@mentalrootkit.com \
--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.