Re: [libvirt] [PATCH 10/12] Set the identity for the access manager during API call dispatch

2012-05-03 Thread Eric Blake
On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com When dispatching an RPC API call, setup the access manager to hold the real effective identities of the current server client whose RPC is being dispatched. The setting is thread-local, so only

[libvirt] [PATCH 10/12] Set the identity for the access manager during API call dispatch

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com When dispatching an RPC API call, setup the access manager to hold the real effective identities of the current server client whose RPC is being dispatched. The setting is thread-local, so only affects the API call in this thread ---