All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Daniel J Walsh <dwalsh@redhat.com>, SE Linux <selinux@tycho.nsa.gov>
Subject: Re: I think this is equivalent to what we have now	and	more	efficient.
Date: Sun, 25 Feb 2007 14:36:38 -0500	[thread overview]
Message-ID: <200702251436.38681.sgrubb@redhat.com> (raw)
In-Reply-To: <1172234092.14363.468.camel@moss-spartans.epoch.ncsc.mil>

On Friday 23 February 2007 07:34:52 Stephen Smalley wrote:
> Do we want to use this or just use fgets_unlocked?
>
> I'd prefer to convert all uses of fgets* to getline and let glibc handle
> the allocations; we are already performing allocation on that code path
> (just prior to the loop),

I had already created a patch assuming we wanted to go with fgets where it 
used a stack variable to avoid the overhead of malloc/free. In the case of 
scanning /proc/filesystems, you can expect it to be well behaved since its 
controlled by the kernel. However, in the case of scanning /proc/mounts, you 
have to be very careful. Someone could create a path that is close to 
PATH_MAX in size.

> and getline can handle it more intelligently and dynamically based
> on the actual sizes.

I think the underlying mechanism is about the same for these two cases.

> Ulrich originally introduced  use of getline into libselinux and converted
> some functions, so remaining cases of fgets* are legacy.

That was to avoid having to do strlen after receiving the buffer more than 
anything else. Getline saves us in that respect. I'll re-code the patch with 
getline so its consistent.

> So I suppose we need to retain the getcon() test.  Or institute a more
> direct test of whether policy is loaded, e.g. new selinuxfs node that is
> accessible to all so that it can always be read to see whether policy
> has been loaded.

What about /selinux/policyvers ? When selinux is disabled, it does not exist. 
When its enabled, should it tell you the version of policy that was 
successfully loaded?

-Steve


--
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:[~2007-02-25 19:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-22 14:36 I think this is equivalent to what we have now and more efficient Daniel J Walsh
2007-02-22 14:45 ` Stephen Smalley
2007-02-22 15:04   ` Daniel J Walsh
2007-02-22 15:10     ` Stephen Smalley
2007-02-22 15:36       ` Daniel J Walsh
2007-02-22 15:38         ` Stephen Smalley
2007-02-22 15:43           ` Stephen Smalley
2007-02-22 16:04             ` Daniel J Walsh
2007-02-22 16:10               ` Stephen Smalley
2007-02-22 16:56               ` Steve Grubb
2007-02-23 12:34                 ` Stephen Smalley
2007-02-25 19:36                   ` Steve Grubb [this message]
2007-02-26 13:55                     ` Stephen Smalley
2007-02-26 14:44                       ` Steve Grubb
2007-02-26 14:58                         ` Stephen Smalley
2007-02-26 15:01                           ` Stephen Smalley
2007-02-26 15:11                             ` Steve Grubb
2007-02-22 15:46           ` Daniel J Walsh
2007-02-22 15:15 ` Steve Grubb
2007-02-22 15:30   ` Daniel J Walsh
2007-02-22 15: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=200702251436.38681.sgrubb@redhat.com \
    --to=sgrubb@redhat.com \
    --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.