aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/capsicum-test/capsicum-freebsd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/capsicum-test/capsicum-freebsd.h b/contrib/capsicum-test/capsicum-freebsd.h
index da7bb38f073b..13fa24a0f722 100644
--- a/contrib/capsicum-test/capsicum-freebsd.h
+++ b/contrib/capsicum-test/capsicum-freebsd.h
@@ -62,10 +62,9 @@ typedef unsigned long cap_ioctl_t;
// As of commit 85b0f9de11c3 ("capsicum: propagate rights on accept(2)")
// FreeBSD generates a capability from accept(cap_fd,...).
#define CAP_FROM_ACCEPT
-// TODO(FreeBSD): uncomment if/when FreeBSD propagates rights on sctp_peeloff.
-// FreeBSD does not generate a capability from sctp_peeloff(cap_fd,...).
-// https://bugs.freebsd.org/201052
-// #define CAP_FROM_PEELOFF
+// As of commit 91a9e4e01dab ("capsicum: propagate rights on sctp_peeloff")
+// FreeBSD generates a capability from sctp_peeloff(cap_fd,...).
+#define CAP_FROM_PEELOFF
#endif /* __FreeBSD__ */