
Changes to aclfrommode(3):

Old:

     The file owner class bits from permission  bits  buffer  are
     copied to the USER_OBJ ACL entry.  The file other class bits
     from permission bits buffer are copied to the OTHER_OBJ  ACL
     entry.   If  there  is  a CLASS_OBJ ACL entry, then the file
     group class bits from permission bits buffer are  copied  to
!    the  CLASS_OBJ ACL entry, and the GROUP_OBJ ACL entry is not
     modified.  Otherwise, the file group class bits from permis-
     sion bits buffer are copied to the GROUP_OBJ ACL entry.


New:

     The file owner class bits from permission  bits  buffer  are
     copied to the USER_OBJ ACL entry.  The file other class bits
     from permission bits buffer are copied to the OTHER_OBJ  ACL
     entry.   If  there  is  a CLASS_OBJ ACL entry, then the file
     group class bits from permission bits buffer are  copied  to
!    both  the  CLASS_OBJ ACL entry and the GROUP_OBJ ACL entry.
     Otherwise, the file group class bits from permission bits
     buffer are copied to the GROUP_OBJ ACL entry.


