From 24f3b0bcd0f2250f3449644a64e9b18dbf86f36a Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 27 May 2013 21:37:19 +0000 Subject: [PATCH] cap_rights_limit(2): CAP_ACCEPT also permits accept4(2). --- lib/libc/sys/cap_rights_limit.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/cap_rights_limit.2 b/lib/libc/sys/cap_rights_limit.2 index 2e18dd2d306e..225efad1df94 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.