openstack-ansible-os_neutron/files/rootwrap.d/ovn-plugin.filters

21 lines
503 B
XML

# 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]
# ovn
ovn-ctl: CommandFilter, ovn-ctl, root
# ip_lib
ip: IpFilter, ip, root
find: RegExpFilter, find, root, find, /sys/class/net, -maxdepth, 1, -type, l, -printf, %.*
ip_exec: IpNetnsExecFilter, ip, root
# haproxy
haproxy: CommandFilter, haproxy, root