All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] flask: add the attach_queue permission to the tun_socket object class
@ 2013-01-22 16:25 Paul Moore
  2013-01-22 17:56 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Moore @ 2013-01-22 16:25 UTC (permalink / raw)
  To: refpolicy

New permission added to Linux 3.8 via the new multiqueue TUN device.

Signed-off-by: Paul Moore <pmoore@redhat.com>
---
 policy/flask/access_vectors |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors
index 28802c5..a94b169 100644
--- a/policy/flask/access_vectors
+++ b/policy/flask/access_vectors
@@ -827,6 +827,9 @@ class kernel_service
 
 class tun_socket
 inherits socket
+{
+	attach_queue
+}
 
 class x_pointer
 inherits x_device

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

end of thread, other threads:[~2013-01-22 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 16:25 [refpolicy] [PATCH] flask: add the attach_queue permission to the tun_socket object class Paul Moore
2013-01-22 17:56 ` 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.