aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-05-07 01:45:50 +0000
committerEd Maste <emaste@FreeBSD.org>2024-05-07 13:09:59 +0000
commitd84fd89ecd404ffbf629381d2dde14fd79b39402 (patch)
tree05f752922ee015049c221da310417c48382ac1d9 /lib/libc
parentd3831ca8e371637536cfb91bb0234d6cbf97da6e (diff)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/dlopen.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3
index 9871029a84b5..340545114114 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -29,7 +29,7 @@
.\"
.\" Copyright (c) 1991 Sun Microsystems, Inc.
.\"
-.Dd May 14, 2020
+.Dd May 7, 2024
.Dt DLOPEN 3
.Os
.Sh NAME
@@ -199,6 +199,10 @@ The
function can be used by the code that needs to perform
additional checks on the loaded objects, to prevent races with
symlinking or renames.
+Applications sandboxed using
+.Xr capsicum 4
+can also make beneficial use of
+.Fn fdlopen .
.Pp
The
.Fn dlsym