aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/posix1e/acl.3')
-rw-r--r--lib/libc/posix1e/acl.314
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index 2c7ebd63ad4e..4c5f232a2e6a 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -25,9 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd October 30, 2014
+.Dd September 21, 2023
.Dt ACL 3
.Os
.Sh NAME
@@ -158,6 +156,10 @@ and may be used to retrieve an ACL type from an ACL entry.
This function is described in
.Xr acl_get_flagset_np 3 ,
and may be used to retrieve a flagset from an ACL entry.
+.It Fn acl_get_perm_np
+This function is described in
+.Xr acl_get_perm_np 3 ,
+and may be used to check if a permission is set in a permset.
.It Fn acl_get_permset
This function is described in
.Xr acl_get_permset 3 ,
@@ -257,6 +259,7 @@ library.
.Xr acl_get_brand_np 3 ,
.Xr acl_get_entry_type_np 3 ,
.Xr acl_get_flagset_np 3 ,
+.Xr acl_get_perm_np 3 ,
.Xr acl_get_permset 3 ,
.Xr acl_get_qualifier 3 ,
.Xr acl_get_tag_type 3 ,
@@ -283,11 +286,6 @@ POSIX.2c describes a set of userland utilities for manipulating these
labels.
.Pp
POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft continues on the cross-platform POSIX.1e
-implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page for more information.
.Sh HISTORY
POSIX.1e support was introduced in
.Fx 4.0 ;