mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 18:07:40 +00:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
|
module openvswitch-custom 1.0;
|
||
|
|
||
|
require {
|
||
|
type openvswitch_t;
|
||
|
class netlink_socket { setopt getopt create connect getattr write read };
|
||
|
}
|
||
|
|
||
|
#============= openvswitch_t ==============
|
||
|
allow openvswitch_t self:netlink_socket { setopt getopt create connect getattr write read };
|