All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] 0/4 - Hierarchal apache policy for reference policy
@ 2007-01-18 16:30 Joshua Brindle
  2007-01-18 17:18 ` Karl MacMillan
  0 siblings, 1 reply; 14+ messages in thread
From: Joshua Brindle @ 2007-01-18 16:30 UTC (permalink / raw)
  To: SE Linux; +Cc: Stephen Smalley

This is an RFC for policy allowing management delegation through 
hierarchical types.

Policy management often is handled by different administrators, based on 
the application or applications that are being governed. As a result, 
providing a means to delegate access to manage only certain aspects of 
policy is desirable, and can be accomplished using hierarchical types.

The proof of concept apache policy module illustrates policy management 
delegation through hierarchical types. This example apache policy works 
together with an adds metapolicy to the apache module and adds a policy 
server labeling file (apache.pc) that must be appended to the policy 
context file (the default for policy server is 
/etc/selinux/policy_contexts) to split apache’s policy management 
between different users.

In this policy, for example, management access to apache content is 
broken down hierarchically based on the content owner. Then 
apache_t.user_content is labeled user_apache_policy_t to only allow 
user_t to add new rules for apache_t.user_content type. Similar rules 
prevent user_t from using types like apache_t.staff_content. See the end 
of apache_per_role_template() in apache.if for the rules that govern how 
users change policy.

The enforcement of the metapolicy requires the policy management server, 
which will be released for preview soon.



--
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] 14+ messages in thread

end of thread, other threads:[~2007-01-25 21:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-18 16:30 [RFC] 0/4 - Hierarchal apache policy for reference policy Joshua Brindle
2007-01-18 17:18 ` Karl MacMillan
2007-01-18 17:53   ` Joshua Brindle
2007-01-18 18:40     ` Karl MacMillan
2007-01-18 19:40       ` Stephen Smalley
2007-01-18 19:55         ` Karl MacMillan
2007-01-18 20:00           ` Joshua Brindle
2007-01-18 20:24             ` Stephen Smalley
2007-01-18 20:31               ` Stephen Smalley
2007-01-18 21:16               ` Joshua Brindle
2007-01-18 21:24                 ` Karl MacMillan
2007-01-18 21:44                   ` Joshua Brindle
2007-01-19 16:55                     ` Karl MacMillan
2007-01-25 21:17                       ` Daniel J Walsh

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.