Bug 55319 - setfacl(1) manual does not specify what happens when a user useschmod(1) command over a file with ACL entries set.
Summary: setfacl(1) manual does not specify what happens when a user useschmod(1) comm...
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Robert Watson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 20:00 UTC by Grzegorz Czaplinski
Modified: 2003-08-07 15:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!