summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters')
-rw-r--r--openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters19
1 files changed, 0 insertions, 19 deletions
diff --git a/openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters b/openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters
deleted file mode 100644
index 03df3959..00000000
--- a/openstack/etc/neutron/rootwrap.d/linuxbridge-plugin.filters
+++ /dev/null
@@ -1,19 +0,0 @@
-# neutron-rootwrap command filters for nodes on which neutron 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]
-
-# linuxbridge-agent
-# unclear whether both variants are necessary, but I'm transliterating
-# from the old mechanism
-brctl: CommandFilter, brctl, root
-bridge: CommandFilter, bridge, root
-
-# ip_lib
-ip: IpFilter, ip, root
-ip_exec: IpNetnsExecFilter, ip, root