virt-aa-helper: Use virCommand APIs directly
commit7d3a0f56b8e5af383a7e3908bb4c2904fb907d3a
authorAndrea Bolognani <abologna@redhat.com>
Mon, 19 Aug 2019 07:02:10 +0000 (19 09:02 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 19 Aug 2019 13:46:58 +0000 (19 15:46 +0200)
tree8bd46b00a76d0e21c6f1dc08fdc0ed0de0fdc0f9
parentb81e44d6ac28efa8146fe5959d442b0f877ad0e3
virt-aa-helper: Use virCommand APIs directly

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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/security/virt-aa-helper.c