summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/rootwrap.d/ofagent.filters
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/rootwrap.d/ofagent.filters')
-rw-r--r--openstack/etc/neutron/rootwrap.d/ofagent.filters16
1 files changed, 16 insertions, 0 deletions
diff --git a/openstack/etc/neutron/rootwrap.d/ofagent.filters b/openstack/etc/neutron/rootwrap.d/ofagent.filters
new file mode 100644
index 00000000..11e42564
--- /dev/null
+++ b/openstack/etc/neutron/rootwrap.d/ofagent.filters
@@ -0,0 +1,16 @@
+# neutron-rootwrap command filters for nodes on which
+# neutron-ofagent-agent is expected to control network
+#
+# This file should be owned by (and only-writeable by) the root user
+
+# format seems to be
+# cmd-name: filter-name, raw-command, user, args
+
+[Filters]
+
+# ovs_lib
+ovs-vsctl: CommandFilter, ovs-vsctl, root
+
+# ip_lib
+ip: IpFilter, ip, root
+ip_exec: IpNetnsExecFilter, ip, root