cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).

This commit is contained in:
Jilles Tjoelker 2013-05-27 21:37:19 +00:00
parent 532fd61b45
commit 24f3b0bcd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251042

View File

@ -77,7 +77,9 @@ The following rights may be specified in a rights mask:
.Bl -tag -width CAP_EXTATTR_DELETE
.It Dv CAP_ACCEPT
Permit
.Xr accept 2 .
.Xr accept 2
and
.Xr accept4 2 .
.It Dv CAP_ACL_CHECK
Permit checking of an ACL on a file descriptor; there is no cross-reference
for this system call.