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

2020-02-12 Thread Christian Ehrhardt
On Mon, Feb 10, 2020 at 7:36 AM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > > > On Fri, Jan 24, 2020 at 2:15 PM Arnaud Patard > wrote: > >> Christian Ehrhardt writes: >> >> > On Thu, Dec 5, 2019 at 6:25 PM Arnaud Patard >> wrote: >> > >> >> When emulating smartcard with host

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

2020-02-09 Thread Christian Ehrhardt
On Fri, Jan 24, 2020 at 2:15 PM Arnaud Patard wrote: > 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 s

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 to the apparmor profile. >> >> Passthr

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

2020-01-16 Thread Christian Ehrhardt
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 to the apparmor profile. > > Passthrough support has been tested with spi

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 profile. >> >> Passthrough support

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

2019-12-10 Thread Cole Robinson
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 profile. > > Passthrough support has been tested with spicevmc and r

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

2019-12-05 Thread Arnaud Patard
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 profile. Passthrough support has been tested with spicevmc and remote-viewer. v2: - Fix CodingStyle - Add support f