libvirt/src/nwfilter
Daniel P. Berrange 525434dd60 Avoid warnings from nwfilter driver when run non-root
When run non-root the nwfilter driver logs error messages about
being unable to find iptables/ebtables commands (they are in
/sbin which isn't in $PATH). The nwfilter driver can't ever work
as non-root, so simply skip it entirely thus avoiding the error
messages

* src/conf/nwfilter_conf.h, src/nwfilter/nwfilter_driver.c,
  src/nwfilter/nwfilter_gentech_driver.c,
  src/nwfilter/nwfilter_gentech_driver.h: Pass 'bool privileged'
  flag down to final driver impl
* src/nwfilter/nwfilter_ebiptables_driver.c: Skip initialization
  if not privileged
2011-02-10 14:29:57 +00:00
..
nwfilter_driver.c Avoid warnings from nwfilter driver when run non-root 2011-02-10 14:29:57 +00:00
nwfilter_driver.h filter new files through cppi, so syntax-check passes once again 2010-03-26 22:47:30 +01:00
nwfilter_ebiptables_driver.c Avoid warnings from nwfilter driver when run non-root 2011-02-10 14:29:57 +00:00
nwfilter_ebiptables_driver.h Prefer C style comments over C++ ones 2011-01-29 00:59:45 +01:00
nwfilter_gentech_driver.c Avoid warnings from nwfilter driver when run non-root 2011-02-10 14:29:57 +00:00
nwfilter_gentech_driver.h Avoid warnings from nwfilter driver when run non-root 2011-02-10 14:29:57 +00:00
nwfilter_learnipaddr.c Prefer C style comments over C++ ones 2011-01-29 00:59:45 +01:00
nwfilter_learnipaddr.h nwfilter: extend nwfilter reload support 2010-08-16 12:59:54 -04:00