summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/rootwrap.d/debug.filters
blob: b61d9601780d870a8c481401d44b7d435ae0bf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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]

# This is needed because we should ping
# from inside a namespace which requires root
ping: RegExpFilter, ping, root, ping, -w, \d+, -c, \d+, [0-9\.]+
ping6: RegExpFilter, ping6, root, ping6, -w, \d+, -c, \d+, [0-9A-Fa-f:]+