16 lines
756 B
Diff
16 lines
756 B
Diff
diff --git a/selinux/openvswitch-custom.te.in b/selinux/openvswitch-custom.te.in
|
|
index beb0ab0d6..9f51f604e 100644
|
|
--- a/selinux/openvswitch-custom.te.in
|
|
+++ b/selinux/openvswitch-custom.te.in
|
|
@@ -49,8 +49,8 @@ require {
|
|
class fifo_file { getattr read write append ioctl lock open };
|
|
class filesystem getattr;
|
|
class lnk_file { read open };
|
|
- class netlink_audit_socket { create nlmsg_relay audit_write read write };
|
|
- class netlink_netfilter_socket { create nlmsg_relay audit_write read write };
|
|
+ class netlink_audit_socket { create nlmsg_relay read write };
|
|
+ class netlink_netfilter_socket { create read write };
|
|
@begin_dpdk@
|
|
class netlink_rdma_socket { setopt bind create };
|
|
@end_dpdk@
|