[libvirt] [PATCH 05/14] rpc: Be more precise in which cases the authentication is needed

John Ferlan jferlan at redhat.com
Fri Dec 15 12:29:32 UTC 2017



On 12/12/2017 06:36 AM, Marc Hartmayer wrote:
> Additionally, use a whitelist model to decide whether authentication
> is needed or not.
> 
> Signed-off-by: Marc Hartmayer <mhartmay at linux.vnet.ibm.com>
> Reviewed-by: Boris Fiuczynski <fiuczy at linux.vnet.ibm.com>
> Reviewed-by: Bjoern Walk <bwalk at linux.vnet.ibm.com>
> Reviewed-by: Stefan Zimmermann <stzi at linux.vnet.ibm.com>
> ---
>  src/rpc/virnetserverclient.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

or in one ugly C line ;-)

need = !(client->auth == VIR_NET_SERVER_SERVICE_AUTH_NONE);

or

need = client->auth != VIR_NET_SERVER_SERVICE_AUTH_NONE;

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list