All of lore.kernel.org
 help / color / mirror / Atom feed
* Network flow controls and subj/obj ordering
@ 2007-12-11 17:02 Paul Moore
  2007-12-11 17:51 ` Casey Schaufler
  2007-12-11 20:23 ` Christopher J. PeBenito
  0 siblings, 2 replies; 12+ messages in thread
From: Paul Moore @ 2007-12-11 17:02 UTC (permalink / raw)
  To: selinux

Hello everybody,

After a discussion with Venkat last week we decided that it was probably best 
if I took responsibility for the flow control patches and ported/cleaned them 
up for inclusion in the labeled networking patches for 2.6.25.  In the course 
of doing so I ran across the problem of subject/object "ordering" (probably 
not the best term, but it's all I can think of right now).  In both the "flow 
in" and "flow out" cases I'm tempted to use the packet's peer label as the 
object just for the sake of consistency and the ability to use the new "peer" 
object class for all network peer label access checks.  However, I wanted to 
make sure that is what everyone had in mind from a conceptual point of view.  
See the two simple policy examples below:

 * Packet "flows" into the system, peer label is the object

   allow netif_t peerlbl_t:peer flow_in;

 * Packet "flows" out of the system, peer label is the object

   allow netif_t peerlbl_t:peer flow_out;

Thoughts, opinions?

-- 
paul moore
linux security @ hp

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

end of thread, other threads:[~2007-12-14 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 17:02 Network flow controls and subj/obj ordering Paul Moore
2007-12-11 17:51 ` Casey Schaufler
2007-12-12 20:08   ` Paul Moore
2007-12-11 20:23 ` Christopher J. PeBenito
2007-12-12 20:18   ` Paul Moore
2007-12-13 14:12     ` Christopher J. PeBenito
2007-12-13 15:45       ` Paul Moore
2007-12-14 19:25         ` Christopher J. PeBenito
2007-12-14 19:30           ` Stephen Smalley
2007-12-14 19:36             ` Christopher J. PeBenito
2007-12-14 19:43               ` Stephen Smalley
2007-12-14 19:36           ` Paul Moore

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.