Re: [patch v2 1/1] virt-aa-helper: Add support for smartcard host-certificates

2020-01-24 Thread Arnaud Patard
Christian Ehrhardt writes: > On Thu, Dec 5, 2019 at 6:25 PM Arnaud Patard wrote: > >> When emulating smartcard with host certificates, qemu needs to >> be able to read the certificates files. Add necessary code to >> add the smartcard certificates file path

Re: [libvirt] [patch v2 1/1] virt-aa-helper: Add support for smartcard host-certificates

2020-01-15 Thread Arnaud Patard
Cole Robinson writes: Hi, > On 12/5/19 12:11 PM, Arnaud Patard wrote: >> When emulating smartcard with host certificates, qemu needs to >> be able to read the certificates files. Add necessary code to >> add the smartcard certificates file path to the apparmor profil

[libvirt] [patch v2 1/1] virt-aa-helper: Add support for smartcard host-certificates

2019-12-05 Thread Arnaud Patard
for 'host' case. - Add a comment to mention that the passthrough case doesn't need some configuration - Use one rule with '{,*}' instead of two rules. Signed-off-by: Arnaud Patard Index: libvirt/src/security/virt-aa-helper.c

Re: [libvirt] [patch 1/1] virt-aa-helper: Add support for smartcard host-certificates

2019-11-20 Thread Arnaud Patard
Jamie Strandboge writes: > On Thu, 14 Nov 2019, Cole Robinson wrote: > >> On 10/24/19 4:57 AM, Arnaud Patard wrote: >> > When emulating smartcard with host certificates, qemu needs to >> > be able to read the certificates files, which is denied by apparmor.

[libvirt] [patch 1/1] virt-aa-helper: Add support for smartcard host-certificates

2019-10-24 Thread Arnaud Patard
' settings are not supported, as I can't test them. Signed-off-by: Arnaud Patard Index: libvirt-5.0.0/src/security/virt-aa-helper.c === --- libvirt-5.0.0.orig/src/security/virt-aa-helper.c +++ libvirt-5.0.0/src/security/virt-aa-helper.c