All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael C Thompson <thompsmc@us.ibm.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: SE Linux <selinux@tycho.nsa.gov>, Daniel J Walsh <dwalsh@redhat.com>
Subject: Re: [PATCH 0/4] newrole suid functionality (take 2)
Date: Thu, 02 Nov 2006 12:38:54 -0600	[thread overview]
Message-ID: <454A3B3E.2090305@us.ibm.com> (raw)
In-Reply-To: <1162491680.5519.16.camel@moss-spartans.epoch.ncsc.mil>

Stephen Smalley wrote:
> On Thu, 2006-11-02 at 11:18 -0600, Michael C Thompson wrote:
>> Stephen Smalley wrote:
>>> On Tue, 2006-10-17 at 13:24 -0500, Michael C Thompson wrote:
>>>> This is the intro to a set of four patches.
>>>>
>>>> These patches are an attempt to make newrole be an acceptably secure 
>>>> suid root program, to provide it with the capabilities to generate audit 
>>>> records (existing) and handle polyinstatiation (new).
>>>>
>>>> The 4 patches are as follows:
>>>> 1) New functions introduced to newrole.c, new and existing functionality
>>>> 2) Changes to existing functions in newrole.c
>>>> 3) Updates to main in newrole.c to use the aforementioned changes
>>>> 4) Changes to the Makefile to allow building of newrole with the
>>>>     changes and introduction of newrole-lspp.pamd
>>>>
>>>> Note: This is an atomically applicable patch set. Applying a subset of 
>>>> these patches will break the build.
>>>>
>>>> The comments from the previous send of these patches have been integrated.
>>> diff -Naur policycoreutils-1.30.30.orig/newrole/newrole.c policycoreutils-1.30.30.suid/newrole/newrole.c
>>> --- policycoreutils-1.30.30.orig/newrole/newrole.c	2006-10-17 13:11:41.000000000 -0500
>>> +++ policycoreutils-1.30.30.suid/newrole/newrole.c	2006-10-17 13:12:29.000000000 -0500
>>> @@ -87,6 +87,7 @@
>>>  /* USAGE_STRING describes the command-line args of this program. */
>>>  #define USAGE_STRING "USAGE: newrole [ -r role ] [ -t type ] [ -l level ] [ -V ] [ -- args ]"
>>>  
>>> +#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin"
>>>
>>> Where does this particular path come from?  Why /usr/local/bin at all?
>>> Why doesn't /usr/bin come before /bin?  
>> So would "/usr/bin:/bin" be sufficent? Not sure if it is desirable to 
>> add sbin paths or not.
> 
> I'd expect newrole and any code it executes to use fully specified paths
> anyway, so I'm not sure it makes a difference.

I can easily test that I guess by having PATH be empty or invalid :)

 > Since newrole and pam is
> often called by non-root users, that code cannot assume that sbin is in
> the path, nor would it want to rely on the path.  And for the newrole'd
> shell, the path is going to be customized by the user's dotfiles
> typically.  So /usr/bin:/bin is likely fine.  Not sure what value login
> uses as the initial state for PATH for login sessions.

I have mimic'd the behaviour of su in the original approach. login uses 
"/usr/bin:/bin" for non-root and "/usr/bin:/bin:/usr/sbin:/sbin" for 
root. Like I said, I can add that functionality if the calling uid is 0. 
That might be nice on a minimal system.

Thanks,
Mike



--
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-11-02 18:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17 18:24 [PATCH 0/4] newrole suid functionality (take 2) Michael C Thompson
2006-10-17 18:38 ` [PATCH 1/4] " Michael C Thompson
2006-10-17 18:40 ` [PATCH 0/4] " Michael C Thompson
2006-10-17 18:42 ` [PATCH 3/4] " Michael C Thompson
2006-10-23 19:05   ` Stephen Smalley
2006-10-23 19:29     ` Michael C Thompson
2006-11-02 17:22     ` Michael C Thompson
2006-11-02 18:34       ` Stephen Smalley
2006-11-02 20:35         ` Michael C Thompson
2006-11-02 20:54           ` Stephen Smalley
2006-11-02 21:38             ` Michael C Thompson
2006-10-17 18:43 ` [PATCH 4/4] " Michael C Thompson
2006-10-23 19:09   ` Stephen Smalley
2006-10-23 19:30     ` Michael C Thompson
2006-10-23 18:56 ` [PATCH 0/4] " Stephen Smalley
2006-10-23 19:26   ` Michael C Thompson
2006-11-02 17:18   ` Michael C Thompson
2006-11-02 18:21     ` Stephen Smalley
2006-11-02 18:38       ` Michael C Thompson [this message]

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=454A3B3E.2090305@us.ibm.com \
    --to=thompsmc@us.ibm.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.