[libvirt] [PATCH v2] virGetGroupList: always include the primary group

Eric Blake eblake at redhat.com
Tue Aug 6 16:54:36 UTC 2013


On 08/06/2013 10:36 AM, Guido Günther wrote:
> The change from initgroups to virGetGroupList/setgroups in
> cab36cfe71ba83b71e536ba5c98e596f02b697b0 dropped the primary group from
> processes group list iff the passed in group to virGetGroupList differs
> from the user's primary group.
> 
> So always include the primary group to bring back the old behaviour.
> 
> Debian has the kvm group as primary group but uses
> libvirt-qemu:libvirt-qemu as user:group to run the kvm process so
> without this change the /dev/kvm is inaccessible.
> ---

> +        for (int i = 0; i < ret; i++) {
> +            if((*list)[i] == gid)

space after 'if' (hmm, that should be part of syntax-check)

ACK with that fixed.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130806/68630175/attachment-0001.sig>


More information about the libvir-list mailing list