Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2014 15:51:49 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r275254 - stable/10/lib/libc/posix1e
Message-ID:  <201411291551.sATFpnwK061962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sat Nov 29 15:51:48 2014
New Revision: 275254
URL: https://svnweb.freebsd.org/changeset/base/275254

Log:
  MFC r273854:
  
  Update acl(3) to expand on NFSv4 ACL support.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/lib/libc/posix1e/acl.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/posix1e/acl.3
==============================================================================
--- stable/10/lib/libc/posix1e/acl.3	Sat Nov 29 15:50:13 2014	(r275253)
+++ stable/10/lib/libc/posix1e/acl.3	Sat Nov 29 15:51:48 2014	(r275254)
@@ -27,12 +27,12 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 12, 2013
+.Dd October 30, 2014
 .Dt ACL 3
 .Os
 .Sh NAME
 .Nm acl
-.Nd introduction to the POSIX.1e ACL security API
+.Nd introduction to the POSIX.1e/NFSv4 ACL security API
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -42,13 +42,15 @@
 .Fx
 permits file systems to export Access Control Lists via the VFS, and
 provides a library for userland access to and manipulation of these ACLs.
-Not all file systems provide support for ACLs, and some may require that
+.Fx
+supports POSIX.1e and NFSv4 ACLs, but
+not all file systems provide support for ACLs, and some may require that
 ACL support be explicitly enabled by the administrator.
 The library calls include routines to allocate, duplicate, retrieve, set,
 and validate ACLs associated with file objects.
 As well as the POSIX.1e routines, there are a number of non-portable
-extensions defined that allow for alternative ACL semantics than the
-POSIX.1e semantics, such as NFSv4, AFS, NTFS, Coda, and NWFS semantics.
+extensions defined that allow for ACL semantics alternative to
+POSIX.1e, such as NFSv4.
 Where routines are non-standard, they are suffixed with _np to indicate that
 they are not portable.
 .Pp
@@ -292,6 +294,8 @@ POSIX.1e support was introduced in
 .Fx 5.0
 was the first version to include a complete ACL implementation based
 on extended attributes for the UFS and UFS2 file systems.
+NFSv4 ACL support was introduced in
+.Fx 8.0 .
 .Pp
 The
 .Xr getfacl 1



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