Moved vpnaas.filters from main neutron repo
This file belongs to vpnaas service and hence should be maintained in neutron-vpnaas repository. Change-Id: Ide7dafafa3e43b3f27ec3d2dfdb3591ae7328f21
This commit is contained in:
parent
c1d34bee03
commit
35843adeea
13
etc/neutron/rootwrap.d/vpnaas.filters
Normal file
13
etc/neutron/rootwrap.d/vpnaas.filters
Normal file
@ -0,0 +1,13 @@
|
||||
# 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]
|
||||
|
||||
ip: IpFilter, ip, root
|
||||
ip_exec: IpNetnsExecFilter, ip, root
|
||||
openswan: CommandFilter, ipsec, root
|
Loading…
Reference in New Issue
Block a user