diff options
author | 2002-11-28 21:50:13 +0000 | |
---|---|---|
committer | 2002-11-28 21:50:13 +0000 | |
commit | c0bb7f4b8c3cc3949d1f68ee3e9c748b69059993 (patch) | |
tree | 8ab8a334da9b0cd9fceef5fc812670efbf476dca | |
parent | +qlimit (diff) | |
download | wireguard-openbsd-c0bb7f4b8c3cc3949d1f68ee3e9c748b69059993.tar.xz wireguard-openbsd-c0bb7f4b8c3cc3949d1f68ee3e9c748b69059993.zip |
fd sharing was re-enabled quite awhile ago.
-rw-r--r-- | lib/libc/sys/rfork.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 39cda812b45..544d41db4bc 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfork.2,v 1.16 2001/10/14 14:39:03 art Exp $ +.\" $OpenBSD: rfork.2,v 1.17 2002/11/28 21:50:13 brad Exp $ .\" .\" This manual page is taken directly from Plan9, and modified to .\" describe the actual OpenBSD implementation. Permission for @@ -52,11 +52,6 @@ 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 |