netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / selinux / openvswitch-custom.te
1 module openvswitch-custom 1.0;
2
3 require {
4         type openvswitch_t;
5         class netlink_socket { setopt getopt create connect getattr write read };
6 }
7
8 #============= openvswitch_t ==============
9 allow openvswitch_t self:netlink_socket { setopt getopt create connect getattr write read };