Guest User

Filters

a guest
Nov 18th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # nova-rootwrap command filters for api-metadata nodes
  2. # This is needed on nova-api hosts running with "metadata" in enabled_apis
  3. # or when running nova-api-metadata
  4. # This file should be owned by (and only-writeable by) the root user
  5.  
  6. [Filters]
  7. # nova/network/linux_net.py: 'ip[6]tables-save' % (cmd, '-t', ...
  8. iptables-save: CommandFilter, iptables-save, root
  9. ip6tables-save: CommandFilter, ip6tables-save, root
  10.  
  11. # nova/network/linux_net.py: 'ip[6]tables-restore' % (cmd,)
  12. iptables-restore: CommandFilter, iptables-restore, root
  13. ip6tables-restore: CommandFilter, ip6tables-restore, root
Advertisement
Add Comment
Please, Sign In to add comment