diff options
author | jilles <jilles@FreeBSD.org> | 2013-05-27 21:37:19 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-05-27 21:37:19 +0000 |
commit | fa9e5ab43dccec826b1477c944db129ef3a76902 (patch) | |
tree | e267589a1c2f955be57fde31a2afee35c86beb96 /lib/libc | |
parent | 4cd6fbfd09b7167375c0a9fd6ac1b1404a4dd404 (diff) | |
download | FreeBSD-src-fa9e5ab43dccec826b1477c944db129ef3a76902.zip FreeBSD-src-fa9e5ab43dccec826b1477c944db129ef3a76902.tar.gz |
cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/cap_rights_limit.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/cap_rights_limit.2 b/lib/libc/sys/cap_rights_limit.2 index 2e18dd2..225efad 100644 --- a/lib/libc/sys/cap_rights_limit.2 +++ b/lib/libc/sys/cap_rights_limit.2 @@ -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. |