Re: [libvirt] [PATCH 1/3] virt-aa-helper: Use virCommand APIs directly

2019-08-19 Thread Ján Tomko
On Mon, Aug 19, 2019 at 12:01:40PM +0200, Andrea Bolognani wrote: Right now we're using the virRun() convenience API, but that doesn't allow the kind of control we want. Use the virCommand APIs directly instead. Signed-off-by: Andrea Bolognani --- src/security/virt-aa-helper.c | 4 +++- 1 file

[libvirt] [PATCH 1/3] virt-aa-helper: Use virCommand APIs directly

2019-08-19 Thread Andrea Bolognani
Right now we're using the virRun() convenience API, but that doesn't allow the kind of control we want. Use the virCommand APIs directly instead. Signed-off-by: Andrea Bolognani --- src/security/virt-aa-helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git