* Use of role dominance declaration
@ 2006-05-29 16:11 Mario Fanelli
2006-05-29 17:14 ` Christopher J. PeBenito
0 siblings, 1 reply; 2+ messages in thread
From: Mario Fanelli @ 2006-05-29 16:11 UTC (permalink / raw)
To: SeLinux Mailing List
[-- Attachment #1: Type: text/plain, Size: 95 bytes --]
I don't understand what means role dominance declaration.. Anyone can give
me an explanation?
[-- Attachment #2: Type: text/html, Size: 1475 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Use of role dominance declaration
2006-05-29 16:11 Use of role dominance declaration Mario Fanelli
@ 2006-05-29 17:14 ` Christopher J. PeBenito
0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2006-05-29 17:14 UTC (permalink / raw)
To: Mario Fanelli; +Cc: SeLinux Mailing List
On Mon, 2006-05-29 at 18:11 +0200, Mario Fanelli wrote:
> I don’t understand what means role dominance declaration.. Anyone can
> give me an explanation?
This means that a role will be allowed all the types of all roles that
it dominates in addition to those it is explicitly allowed. For
example, say you have two roles foo_r and bar_r declared thusly:
role foo_r types a_t;
role bar_r types b_t;
if you make foo_r dominate bar_r:
dominance { role foo_r { role bar_r; } }
then the result is that foo_r is allowed a_t and b_t, and bar_r is
allowed b_t.
--
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] 2+ messages in thread
end of thread, other threads:[~2006-05-29 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 16:11 Use of role dominance declaration Mario Fanelli
2006-05-29 17:14 ` Christopher J. PeBenito
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.