neutron-fwaas/quantum/rootwrap
Mark McClain 28df8f6d8f add rootwrap filters to wrap ip netns exec
fixes bug 1044083

This patch adds specific filters for the ip command. The first filter
matches ip with any subcomand except netns exec.  The second filter
matches "ip netns exec" and then relies on the caller (match_filter) to
verify the sub-command against the other filters. Matching the
subcommand separately allows for a single set of filter definitions that
work with and without namespaces.

Change-Id: Ifd0378dc3461f84867efb3cb60396d9cfa9e582d
2012-09-04 22:25:34 -04:00
..
__init__.py Add root_helper to quantum agents. 2012-03-14 19:44:19 -04:00
filters.py add rootwrap filters to wrap ip netns exec 2012-09-04 22:25:34 -04:00
wrapper.py add rootwrap filters to wrap ip netns exec 2012-09-04 22:25:34 -04:00