]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix virt-aa-helper location
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 30 Jan 2020 13:57:04 +0000 (14:57 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Feb 2020 09:24:40 +0000 (10:24 +0100)
The location of virt-aa-helper shown in the docs is incorrect.
The helper binary is installed under libexec dir.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvqemu.html.in

index 87542afd274ab9f55e1aa3a00d13cd1e0b3530e4..5f412ba3767861d8b97e8c51b723194a13c2a87a 100644 (file)
@@ -439,7 +439,8 @@ chmod o+x /path/to/directory
     <p>
       While users can define their own AppArmor profile scheme, a typical
       configuration will include a profile for <code>/usr/sbin/libvirtd</code>,
-      <code>/usr/lib/libvirt/virt-aa-helper</code> (a helper program which the
+      <code>/usr/lib/libvirt/virt-aa-helper</code> or
+      <code>/usr/libexec/virt-aa-helper</code>(a helper program which the
       libvirtd daemon uses instead of manipulating AppArmor directly), and
       an abstraction to be included by <code>/etc/apparmor.d/libvirt/TEMPLATE</code>
       (typically <code>/etc/apparmor.d/abstractions/libvirt-qemu</code>).