All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell Coker <russell@coker.com.au>
To: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Cc: selinux@tycho.nsa.gov
Subject: Re: suggestion to help transition to selinux: dynamic loading of libselinux
Date: Tue, 18 May 2004 05:10:40 +1000	[thread overview]
Message-ID: <200405180510.40047.russell@coker.com.au> (raw)
In-Reply-To: <20040515232606.GA9378@lkcl.net>

On Sun, 16 May 2004 09:26, Luke Kenneth Casson Leighton <lkcl@lkcl.net> wrote:
> and i presume that if such programs are compromised, and someone
> attempts to _stop_ libselinux from being loaded, well then
> those programs will not be capable of making domain transitions
> etc. and they will be useless [am i right?]

The first candidate for such changes would be init.  We would have to 
hard-code a check for selinux=0 in the init source to avoid having init just 
not enable SE Linux if file system corruption causes libselinux.so to 
disappear.

I think that init is the program that needs such changes most, the current 
situation makes libselinux one of the most important packages in the system 
(can't boot without it).

> then, for example, in the patch to coreutils,
> http://selinux.lemuria.org/newselinux/coreutils/coreutils.diff
>
> in coreutils-5.0.91/src/copy.c line 1444 approx, instead of
> ++#ifdef WITH_SELINUX
> ++	if (x->preserve_security_context)
> ++	  setfscreatecon(NULL);
> ++#endif
>
> you have:
>
> if (sel != NULL && x->preserve_security_context)
> 	sel->setfscreatecon(NULL);
>
>
> yes, correct: no #ifdef WITH_SELINUX :)

In any case I think that we want #ifdef WITH_SELINUX.  People who don't want 
to use SE Linux should have the option to compile without any of that code 
for small memory systems.

> the advantage of deploying it is that at present there is
> completely justifiable resistance upstream in accepting
> patches to the core functionality of linux useability that
> makes it impossible to use the core utilities for a non-selinux
> environment (!), and this suggestion makes the reason for that
> resistance go away.

Of course we can do this on a per-application basis.  If there is some 
application for which we can't get the current patches included but for which 
changes such as you suggest would be accepted then we should definitely do it 
for that app.

Of course that doesn't require changing libselinux, we could just call dlsym() 
for every function we want to use.  Do any applications use so many functions 
that calling dlsym() repeatedly is excessive overhead?

> p.s. please ask me for clarifications if needed or even for
> patches rather than go "uhn?  weirdo, weird language, can't
> even touch a shift key, don't talk to him".  i _want_ selinux
> to be adapted mainstream by debian, quickly, so talk to me.

The main thing that is needed for better SE Linux support in Debian is to have 
more people working on it.  Doing this sort of thing properly requires that 
most than one person work on it.

-- 
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.

  reply	other threads:[~2004-05-17 19:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-15 23:26 suggestion to help transition to selinux: dynamic loading of libselinux Luke Kenneth Casson Leighton
2004-05-17 19:10 ` Russell Coker [this message]
2004-05-17 21:56   ` Luke Kenneth Casson Leighton
2004-05-18  0:45     ` Russell Coker
2004-05-18  0:45     ` Valdis.Kletnieks
2004-05-17 22:02   ` Luke Kenneth Casson Leighton
2004-05-18  0:43     ` Russell Coker
2004-05-18 11:31   ` Stephen Smalley
2004-05-18 13:46     ` Russell Coker
2004-05-18 16:34 ` Stephen Smalley
2004-05-18 19:11   ` Luke Kenneth Casson Leighton
2004-05-18 19:52   ` Russell Coker
  -- strict thread matches above, loose matches on Subject: below --
2004-05-18  6:20 Chris Babcock
2004-05-18  9:50 Les Bell
2004-05-18 11:44 ` Luke Kenneth Casson Leighton
2004-05-18 14:07 ` Russell Coker
2004-05-18 14:19   ` Chris Babcock
2004-05-18 14:49     ` Russell Coker

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=200405180510.40047.russell@coker.com.au \
    --to=russell@coker.com.au \
    --cc=lkcl@lkcl.net \
    --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.