All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] REFPOL: Add "rogue" Fedora packet class permissions
@ 2008-01-17 17:22 Paul Moore
  2008-01-17 17:30 ` Eric Paris
  2008-01-17 19:13 ` Joshua Brindle
  0 siblings, 2 replies; 11+ messages in thread
From: Paul Moore @ 2008-01-17 17:22 UTC (permalink / raw)
  To: selinux

At some point in the Fedora 6 timeframe the "flow_in" and "flow_out"
permissions were added to the "packet" class, most likely as part of the
ill-fated secid-reconciliation effort.  Despite the fact that these permissions
are not currently used they should be included in the Reference Policy as they
are now a permanent fixture in Fedora and it is crucial that the FLASK
defines be kept in sync.

This patch needs to be applied before any other patches that affect the
"packet" class, otherwise the resulting policy may not load.

Signed-off-by: Paul Moore <paul.moore@hp.com>
---
 policy/flask/access_vectors |    2 ++
 1 file changed, 2 insertions(+)

Index: refpolicy_svn_repo/policy/flask/access_vectors
===================================================================
--- refpolicy_svn_repo.orig/policy/flask/access_vectors
+++ refpolicy_svn_repo/policy/flask/access_vectors
@@ -644,6 +644,8 @@ class packet
 	send
 	recv
 	relabelto
+	flow_in		# not currently in use
+	flow_out	# not currently in use
 }
 
 class key

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

end of thread, other threads:[~2008-01-19  3:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 17:22 [PATCH] REFPOL: Add "rogue" Fedora packet class permissions Paul Moore
2008-01-17 17:30 ` Eric Paris
2008-01-17 19:13 ` Joshua Brindle
2008-01-17 19:23   ` Paul Moore
2008-01-17 19:33   ` Stephen Smalley
2008-01-18 13:32     ` Christopher J. PeBenito
2008-01-18 14:11       ` Paul Moore
2008-01-18 14:38         ` Christopher J. PeBenito
2008-01-19  3:44           ` Paul Moore
2008-01-18 15:06       ` Eric Paris
2008-01-18 16:52         ` Joshua Brindle

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.