All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darrel Goeddel <dgoeddel@TrustedCS.com>
To: Stephen Smalley <sds@tycho.nsa.gov>
Cc: "Serge E. Hallyn" <serue@us.ibm.com>, SELinux <selinux@tycho.nsa.gov>
Subject: Re: semodule quirk
Date: Mon, 18 Sep 2006 12:35:49 -0500	[thread overview]
Message-ID: <450ED8F5.9010304@trustedcs.com> (raw)
In-Reply-To: <1158599181.18951.263.camel@moss-spartans.epoch.ncsc.mil>

Stephen Smalley wrote:
> On Fri, 2006-09-15 at 21:28 -0500, Serge E. Hallyn wrote:
> 
>>[ Oops, sent this earlier from an unsubscribed account ]
>>
>>I've got a policy module which just creates a new type and role,
>>intended for use by a new (linux) user.  An selinux user cannot be
>>defined in the policy module (near as I can tell, else I get
>>	ERROR 'Users cannot be declared in MLS modules' at token ';
>>
>>So I don't define an selinux user, and do:
>>
>>	semodule -i my_module.pp
>>	semanage user -a -R whatever_r -P whatever whatever_u
>>	semanage login -a -s whatever_u whatever
>>
>>But, if the module wants to label a home directory for the user,
>>contexts involving the new (selinux) user are of course not yet
>>valid until after I run semanage.  Likewise I can't create the
>>user using semanage until I've defined the role and type using
>>semodule.
>>
>>So for now I split the module into two, one defining the role
>>and type and related .te rules but an empty .fc, and one with
>>basically empty .te, defining all the filecontexts, and I do
>>
>>	semodule -i my_module.pp
>>	semanage user -a -R whatever_r -P whatever whatever_u
>>	semanage login -a -s whatever_u whatever
>>	semodule -i my_modulefc.pp
>>
>>which works fine.
>>
>>Is there a better solution allowing a single module?  Should
>>there be?  Practically speaking I'm fine with the tradeoff of
>>having to use two separate modules for being able to user
>>semanage user and login, it just seems weird  :)
> 
> 
> Fixing user support in MLS modules is the right solution.  Which I think
> Darrel is very close to enabling, now that we have semantic MLS
> representations.

Yep, you have great timing - I was hacking on this over the weekend.  I have
something working.  It enables range_transitions and users with MLS info to
be placed in modules.  I still want to go over everything again to make sure
that I have things right.  I'll post the patch in a bit for comments/testing.

-- 

Darrel

--
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-09-18 17:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-16  2:28 semodule quirk Serge E. Hallyn
2006-09-18 17:06 ` Stephen Smalley
2006-09-18 17:35   ` Darrel Goeddel [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=450ED8F5.9010304@trustedcs.com \
    --to=dgoeddel@trustedcs.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    --cc=serue@us.ibm.com \
    /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.