|
|||||||||||
|
groupmember() bug?
From: <rick(at)snowhite.cis.uoguelph.ca>
Date: Fri Mar 28 2003 - 15:07:26 EST
groupmember() - only checks cr_groups[] and not cr_gid In 4.4, cr_gid was just cr_groups[0], but some subsequent flavours have separated it out from cr_groups[] in "struct ucred". As a result, ufs_chown() fails to change the gid of a file to the primary gid (cr_gid) of a user, unless that gid is also listed in cr_groups[]. (This showed up as an NFS setattr problem for setting a gid of a newly created file to the client user's primary effective gid.) Is this a bug? rick Received on Fri Mar 28 15:09:57 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:52 EDT |
||||||||||
|
|||||||||||