]> git.ipfire.org Git - thirdparty/libvirt.git/commit
security: update user and group parsing in security_dac.c
authorMarcelo Cerri <mhcerri@linux.vnet.ibm.com>
Mon, 8 Oct 2012 20:37:02 +0000 (17:37 -0300)
committerEric Blake <eblake@redhat.com>
Mon, 8 Oct 2012 21:20:57 +0000 (15:20 -0600)
commit7c035625f87af4badde6453461c1c40c838b0d8d
treeb154da88d6116a9273420cfe5e9adf6b3b42d8f9
parent0b237296ef8a702df238d97fb9ab2534c8820330
security: update user and group parsing in security_dac.c

The functions virGetUserID and virGetGroupID are now able to parse
user/group names and IDs in a similar way to coreutils' chown. So, user
and group parsing in security_dac can be simplified.
src/security/security_dac.c