Re: [libvirt] [PATCH 3/8] Add APIs to get at more client security data

2013-03-12 Thread Daniel P. Berrange
On Thu, Mar 07, 2013 at 05:33:07PM -0700, Eric Blake wrote: On 03/06/2013 05:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com A socket object has various pieces of security data associated with it, such as the SELinux context, the SASL username and the x509

Re: [libvirt] [PATCH 3/8] Add APIs to get at more client security data

2013-03-07 Thread Eric Blake
On 03/06/2013 05:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com A socket object has various pieces of security data associated with it, such as the SELinux context, the SASL username and the x509 distinguished name. Add new APIs to virNetServerClient and

[libvirt] [PATCH 3/8] Add APIs to get at more client security data

2013-03-06 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com A socket object has various pieces of security data associated with it, such as the SELinux context, the SASL username and the x509 distinguished name. Add new APIs to virNetServerClient and related modules to access this data. Signed-off-by: Daniel