
19 Aug
2019
19 Aug
'19
9:06 a.m.
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 <abologna@redhat.com> --- src/security/virt-aa-helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano