From 88c8c3fc93c6b7c3b2f5e54dd19d5a84ae126626 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 17:26:00 +0000 Subject: SPLITME: Add all Openstack --- openstack/etc/neutron/rootwrap.d/cisco-apic.filters | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openstack/etc/neutron/rootwrap.d/cisco-apic.filters (limited to 'openstack/etc/neutron/rootwrap.d/cisco-apic.filters') diff --git a/openstack/etc/neutron/rootwrap.d/cisco-apic.filters b/openstack/etc/neutron/rootwrap.d/cisco-apic.filters new file mode 100644 index 00000000..69e4afcc --- /dev/null +++ b/openstack/etc/neutron/rootwrap.d/cisco-apic.filters @@ -0,0 +1,16 @@ +# 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] + +# cisco-apic filters +lldpctl: CommandFilter, lldpctl, root + +# ip_lib filters +ip: IpFilter, ip, root +ip_exec: IpNetnsExecFilter, ip, root -- cgit v1.2.1