Re: [libvirt PATCH v2 06/21] virfirewall: use virFindFileInPath instead of virFileIsExecutable

2021-04-20 Thread Daniel P . Berrangé
On Mon, Apr 19, 2021 at 07:14:09PM +0200, Pavel Hrdina wrote: > Following patches will make this change necessary as we will stop > detecting the full path during compile time. > > Signed-off-by: Pavel Hrdina > --- > src/util/virfirewall.c | 4 +++- > 1 file changed, 3 insertions(+), 1

[libvirt PATCH v2 06/21] virfirewall: use virFindFileInPath instead of virFileIsExecutable

2021-04-19 Thread Pavel Hrdina
Following patches will make this change necessary as we will stop detecting the full path during compile time. Signed-off-by: Pavel Hrdina --- src/util/virfirewall.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/virfirewall.c b/src/util/virfirewall.c index