flask: add the attach_queue permission to the tun_socket object class

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

Signed-off-by: Paul Moore <pmoore@redhat.com>
This commit is contained in:
Paul Moore 2013-01-22 11:25:11 -05:00 committed by Chris PeBenito
parent be2e70be8d
commit 965e098af8

View File

@ -827,6 +827,9 @@ class kernel_service
class tun_socket
inherits socket
{
attach_queue
}
class x_pointer
inherits x_device