All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] semodule policy
@ 2006-02-16 19:28 Christopher J. PeBenito
  2006-02-16 20:58 ` Stephen Smalley
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher J. PeBenito @ 2006-02-16 19:28 UTC (permalink / raw)
  To: SELinux Mail List

So we have the start of a semodule policy [1] that needs some discussion
on its design.  Here are the relevant parts of the discussion:

On Tue, 2006-02-14 at 09:01 -0500, Daniel J Walsh wrote:
> Added semodule policy.  This still needs work.  semodule now wants to
> create lock files in /etc/selinux/TYPE/modules sub directory.  I would
> like to label this policy_config_t, problem is that all tools
> (setfiles, restorecon ...) need write access in order to create the
> lock file.  This is a serious problem.  I think we also need to
> label /usr/share/selinux/TYPE/*.pp files as policy_config_t.

On Tue, 2006-02-14 at 14:03 -0500, Joshua Brindle wrote: 
> setfiles nor restorecon link against libsemanage so they should not be 
> touching the store at all, the store is a private resource of libsemanage.
> 
> The module store labeling strategy should reflect what I did with the 
> access_check function, eg., making module/{active,previous} totally 
> inaccessible to anything except semodule_t, giving 
> module/semodule.read.LOCK and module/semodule.trans.LOCK different 
> labels so we can have legitimate "read only" domains.
> 
> Then, TYPE/contexts and TYPE/policy can have whatever labels they have 
> now with whatever access they have now and it should be fine. 
> Unfortunatly having the 'active' binary policy out of the store 
> eliminates some ability to encapsulate access to it but I suppose that 
> can be addressed some other time.

I agree with Joshua, my current idea would be a .fc like (abbreviated):

modules				-d	selinux_config_t
modules/(active|previous|tmp)(/.*)? 	semodule_store_t
modules/semanage.read.LOCK	--	semodule_read_lock_t
modules/semanage.trans.LOCK	--	semodule_trans_lock_t

Then semodule_t would have a dir type_transition on selinux_config_t.
Then the rest of semodule_t policy should hopefully fall in place.

As for /usr/share/selinux/$NAME/*.pp, I agree that they should have a
different label, but I'm not sure they should be policy_config_t.

[1] http://marc.theaimsgroup.com/?l=selinux&m=113992576831596&w=2

-- 
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-16 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-16 19:28 [RFC] semodule policy Christopher J. PeBenito
2006-02-16 20:58 ` Stephen Smalley
2006-02-16 21:09   ` Joshua Brindle
2006-02-16 21:11   ` Stephen Smalley

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.