Re: [libvirt] [PATCH v2 4/6] Add API to get the system identity

2013-03-19 Thread Jiri Denemark
On Wed, Mar 13, 2013 at 15:24:03 +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com If no user identity is available, some operations may wish to use the system identity. ie the identity of the current process itself. Add an API to get such an identity.

Re: [libvirt] [PATCH v2 4/6] Add API to get the system identity

2013-03-19 Thread Daniel P. Berrange
On Tue, Mar 19, 2013 at 12:21:31PM +0100, Jiri Denemark wrote: On Wed, Mar 13, 2013 at 15:24:03 +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com If no user identity is available, some operations may wish to use the system identity. ie the identity of the

[libvirt] [PATCH v2 4/6] Add API to get the system identity

2013-03-13 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If no user identity is available, some operations may wish to use the system identity. ie the identity of the current process itself. Add an API to get such an identity. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/util/viridentity.c