Associate --validate with -V. (#334)

* Associate --validate with -V.

This fixes https://github.com/draios/falco/issues/322.

* Pin the version of libvirt-python to < 4.1.0

Evidently a recent libvirt-python has build problems on ubuntu. See
https://bugs.launchpad.net/openstack-requirements/+bug/1753539.

Pin to releases < 4.1.0 to avoid picking up the newer one that
has the build failure.
This commit is contained in:
Mark Stemm
2018-03-08 13:03:26 -08:00
committed by GitHub
parent ba6d6dbf9d
commit eb4feed1b6
2 changed files with 2 additions and 1 deletions

View File

@@ -283,7 +283,7 @@ int falco_init(int argc, char **argv)
{"pidfile", required_argument, 0, 'P' },
{"unbuffered", no_argument, 0, 'U' },
{"version", no_argument, 0, 0 },
{"validate", required_argument, 0, 0 },
{"validate", required_argument, 0, 'V' },
{"writefile", required_argument, 0, 'w' },
{0, 0, 0, 0}