
Changes to setfacl(1):

Old:


     When the setfacl command is used, it may result  in  changes
     to  the  file  permission bits.  When the user ACL entry for
     the file owner is changed, the file owner  class  permission
     bits  will  be  modified.   When the group ACL entry for the
!    file group class is changed, the file group class permission
     bits will be modified.  When the other ACL entry is changed,
     the file other class permission bits will be modified.

 

New:

     When the setfacl command is used, it may result  in  changes
     to  the  file  permission bits.  When the user ACL entry for
     the file owner is changed, the file owner  class  permission
     bits  will  be  modified.   When the group ACL entry for the
!    file group class  or the mask ACL entry is changed, the file
     group class permission bits will be modified.  When the other
     ACL entry is changed, the file other class permission bits will
     be modified.


