summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-10-14 14:39:04 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-10-14 14:39:04 +0000
commit0b7c9874b856b5d5c14cfb541d23e27530bbc7f9 (patch)
tree3158dc549be84450171b920369e1f859dd8cb004 /lib/libc/sys
parentedecffea86bc87b08aa3712d73ee5699b8fd2018 (diff)
Disable fd sharing for this release. Sorry.
deraadt@ ok.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/rfork.27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index dfc8313953f..39cda812b45 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfork.2,v 1.15 2000/10/18 05:12:11 aaron Exp $
+.\" $OpenBSD: rfork.2,v 1.16 2001/10/14 14:39:03 art Exp $
.\"
.\" This manual page is taken directly from Plan9, and modified to
.\" describe the actual OpenBSD implementation. Permission for
@@ -52,6 +52,11 @@ If set, the invoker's file descriptor table (see
.Xr intro 2 )
is copied; otherwise the two processes share a
single table.
+This flag is currently disabled in the kernel for security reasons and needs
+a special kernel compile option to work.
+Please consult
+.Xr options 4
+for information about the RFORK_FDSHARE option.
.It Dv RFCFDG
If set, the new process starts with a clean file descriptor table.
Is mutually exclusive with