Bug 55319

Summary: setfacl(1) manual does not specify what happens when a user useschmod(1) command over a file with ACL entries set.
Product: Documentation Reporter: Grzegorz Czaplinski <G.Czaplinski>
Component: Books & ArticlesAssignee: Robert Watson <rwatson>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Grzegorz Czaplinski 2003-08-06 20:00:30 UTC
setfacl(1) manual does not specify what happens when a user uses
chmod(1) command over a file with ACL entries set.

Fix: 

The manual should describe a situation when a file is manipulated with chmod(1).

That would be appropriate:
If you use the chmod(1) command to change the file group owner permissions
on a file with ACL entries, both the file group owner permissions and the
ACL mask are changed to the new  permissions. Be aware that the new ACL mask
permissions may change the effective permissions for additional users
and groups who have ACL entries on the file.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-08-06 22:48:40 UTC
Responsible Changed
From-To: freebsd-doc->rwatson

To maintainer.
Comment 2 Robert Watson freebsd_committer freebsd_triage 2003-08-07 15:47:15 UTC
State Changed
From-To: open->closed

Committed a modified version of this change.  Thanks!