From: Russell Coker <russell@coker.com.au>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: SELinux <selinux@tycho.nsa.gov>, Daniel J Walsh <dwalsh@redhat.com>
Subject: Re: ls -Z on non-SE machine
Date: Mon, 16 May 2005 21:48:33 +1000 [thread overview]
Message-ID: <200505162148.38650.russell@coker.com.au> (raw)
In-Reply-To: <1116243084.28782.12.camel@moss-spartans.epoch.ncsc.mil>
On Monday 16 May 2005 21:31, Stephen Smalley <sds@tycho.nsa.gov> wrote:
> > I believe that the best thing to do is to have ls not be linked against
> > libselinux and instead just call the XATTR api for reading the file
> > contexts. Ideally I think that such functionality should be enabled
> > unconditionally so that any administrator who receives a disk that was
> > used on a SE Linux system will have the ability to conveniently view all
> > the data on it.
>
> I disagree with this. ls can be linked against libselinux and use
> getfilecon and friends and still work fine on a non-SELinux enabled
> system.
It's true that libselinux functionality required by ls can work on a non-SE
machine. However in that case when coreutils is compiled for non-SE systems
ls will not have such functionality. I believe that it would be best to have
the "ls -Z" functionality on systems without libselinux.
> If you look at getfilecon's implementation in libselinux,
> you'll see that it will work on fine on any kernel that provides the
> xattr API and includes the security namespace for xattrs. Using the
> libselinux getfilecon(3) function has the following advantages:
> 1) It internally handles allocation of the context buffers, simplifying
> the application code, unlike getxattr.
There is already code in coreutils to manage xattrs, can some of that be
re-used?
> Instead of changing ls to use getxattr, we should just remove the
> is_selinux_enabled() check from ls and allow use of -Z at any time
> (worst case is that we'll end up with an error return from getfilecon,
> which is possible anyway and already being handled for the case where
> the filesystem doesn't support xattrs).
The MLS issue is compelling, this change will do.
--
http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/ My home page
--
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:[~2005-05-16 11:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-15 9:21 ls -Z on non-SE machine Russell Coker
2005-05-15 10:27 ` Luke Kenneth Casson Leighton
2005-05-15 10:56 ` Ivan Gyurdiev
2005-05-15 11:16 ` Luke Kenneth Casson Leighton
2005-05-15 11:11 ` Russell Coker
2005-05-15 16:37 ` Luke Kenneth Casson Leighton
2005-05-16 11:31 ` Stephen Smalley
2005-05-16 11:48 ` Russell Coker [this message]
2005-05-16 12:36 ` 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=200505162148.38650.russell@coker.com.au \
--to=russell@coker.com.au \
--cc=dwalsh@redhat.com \
--cc=sds@tycho.nsa.gov \
--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.