Re: [libvirt] [PATCH v2 1/6] Add APIs to get at more client security data

2013-03-14 Thread Eric Blake
On 03/13/2013 09:24 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > 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 t

[libvirt] [PATCH v2 1/6] Add APIs to get at more client security data

2013-03-13 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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 P. Berrange --- s