Merge "Support rootwrap sysctl and conntrack commands for non-l3 nodes"
This commit is contained in:
commit
b6a2a659e4
@ -19,3 +19,10 @@ ip6tables-restore: CommandFilter, ip6tables-restore, root
|
|||||||
# "iptables", "-A", ...
|
# "iptables", "-A", ...
|
||||||
iptables: CommandFilter, iptables, root
|
iptables: CommandFilter, iptables, root
|
||||||
ip6tables: CommandFilter, ip6tables, root
|
ip6tables: CommandFilter, ip6tables, root
|
||||||
|
|
||||||
|
# neutron/agent/linux/iptables_manager.py
|
||||||
|
# "sysctl", "-w", ...
|
||||||
|
sysctl: CommandFilter, sysctl, root
|
||||||
|
|
||||||
|
# neutron/agent/linux/ip_conntrack.py
|
||||||
|
conntrack: CommandFilter, conntrack, root
|
Loading…
Reference in New Issue
Block a user