diff options
author | Paul Moore <[email protected]> | 2013-01-14 07:12:13 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-01-14 18:16:59 -0500 |
commit | 6f96c142f77c96a34ac377a3616ee7abcd77fb4d (patch) | |
tree | a481cf442e39dae7f0392b38db461f5b3076e7eb /net/lapb/lapb_timer.c | |
parent | cce894bb824429fd312706c7012acae43e725865 (diff) |
selinux: add the "attach_queue" permission to the "tun_socket" class
Add a new permission to align with the new TUN multiqueue support,
"tun_socket:attach_queue".
The corresponding SELinux reference policy patch is show below:
diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors
index 28802c5..a0664a1 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
Signed-off-by: Paul Moore <[email protected]>
Acked-by: Eric Paris <[email protected]>
Tested-by: Jason Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions