History log of /freebsd-10.1-release/bin/setfacl/setfacl.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 248972 01-Apr-2013 trasz

Mention that read_attributes, write_attributes, read_acl and write_acl
are always permitted for the file owner.

PR: kern/174948
MFC after: 1 week


# 246559 08-Feb-2013 trasz

Fix NFSv4 permission description in setfacl(1) manual page: the 'D'
means delete_child, not delete.

MFC after: 1 week


# 246558 08-Feb-2013 trasz

Improve description of the "-m" option to setfacl(1).

Submitted by: scottl
MFC after: 1 week


# 246557 08-Feb-2013 trasz

In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,
one should really use -a and -x instead of -m.

MFC after: 1 week


# 240076 03-Sep-2012 trasz

Fix compact form of "synchronize" permission in setfacl(1) manual page - it
should be "s", not "S".

PR: docs/162380
MFC after: 2 weeks


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 220465 09-Apr-2011 trasz

Make it possible to use permission sets (full_set, modify_set, read_set
and write_set) with setfacl(1).

PR: kern/154113
Submitted by: Shawn Webb <lattera at gmail dot com> (earlier version)
MFC after: 1 month


# 210546 27-Jul-2010 bcr

Typo fix: s/ommited/omitted

MFC after: 4 days


# 208035 13-May-2010 trasz

Update authors and history.

MFC after: 1 week


# 204819 07-Mar-2010 joel

Switch to our preferred license text.

Approved by: jedgar


# 196936 07-Sep-2009 trasz

Add NFSv4 support to setfacl(1).

Reviewed by: rwatson


# 180334 06-Jul-2008 csjp

Add hard sentence breaks.

Pointed out by: rwatson
MFC after: 1 week


# 180330 06-Jul-2008 csjp

Document default ACLs and how to use them.
MFC after: 1 week


# 162379 17-Sep-2006 ru

Markup fixes.


# 159465 09-Jun-2006 maxim

o Fix grammar, format.


# 159464 09-Jun-2006 kib

Document the way to get list of files to process from the stdin.

MFC after: 1 week
Approved by: kan (mentor)


# 153380 13-Dec-2005 ru

[mdoc] add missing space before a punctuation type argument.


# 141578 09-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 140353 16-Jan-2005 ru

Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.


# 139969 10-Jan-2005 imp

/*- or .\"- or #- to begin license clauses.


# 131484 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 118603 07-Aug-2003 rwatson

Add additional documentation to setfacl(1) regarding the behavior of
tools such as chmod(1) and ls(1) when it comes to acting on objects
that have POSIX.1e extended ACLs. Specifically, discuss the
substitution of the mask entry for the group entry in the mode
representation of the ACL. Differently worded from the submission,
and could probably use further refinement.

PR: 55319
Submitted by: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl>


# 108450 30-Dec-2002 rwatson

Add "-h" arguments to getfacl and setfacl, which behave in a manner
similar to "-h" on chown, chmod, etc, causing the operation to occur
on a final symlink in the provided path, rather than its target.

Obtained from: TrustedBSD Project


# 87354 04-Dec-2001 ru

Spelling.


# 87253 02-Dec-2001 jedgar

Correct example to remove *all* extended ACL entries and
clarify description.


# 87226 02-Dec-2001 jedgar

o Expand the explaination of the -b option WRT the resulting
group ACL entry in relation to the existing group and mask
ACL entries.
o Move the explanation of multiple ACL entries on the command
line to the ACL ENTRIES section.

Obtained from: TrustedBSD Project


# 81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


# 75670 18-Apr-2001 ru

mdoc(7) police: normalize .Nd.


# 74676 23-Mar-2001 ru

mdoc(7) police: fix markup and some spelling.


# 74465 19-Mar-2001 rwatson

o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
from files and directories, and setfacl sets ACLs on files and directories.

Submitted by: jedgar
Obtained from: TrustedBSD Project