Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2013 13:17:29 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248972 - head/bin/setfacl
Message-ID:  <201304011317.r31DHTQu073592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Apr  1 13:17:28 2013
New Revision: 248972
URL: http://svnweb.freebsd.org/changeset/base/248972

Log:
  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

Modified:
  head/bin/setfacl/setfacl.1

Modified: head/bin/setfacl/setfacl.1
==============================================================================
--- head/bin/setfacl/setfacl.1	Mon Apr  1 11:28:52 2013	(r248971)
+++ head/bin/setfacl/setfacl.1	Mon Apr  1 13:17:28 2013	(r248972)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 8, 2013
+.Dd April 1, 2013
 .Dt SETFACL 1
 .Os
 .Sh NAME
@@ -401,6 +401,10 @@ NFSv4 ACL entries are evaluated in their
 .Pp
 Multiple ACL entries specified on the command line are
 separated by commas.
+.Pp
+Note that the file owner is always granted the read_acl, write_acl,
+read_attributes, and write_attributes permissions, even if the ACL
+would deny it.
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304011317.r31DHTQu073592>