
Changes to acltomode(3):

Old:

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

New:

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

