summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-06-21 15:28:47 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-06-21 15:28:47 +0000
commit9033f2489191a23f854300328b6eaa72a8190b33 (patch)
treedf1b9d2dffaee2588cf56d959945bfc9e34c781e
parenteab57a6ade26fd4b5b7c5642326ec2de9c01f56d (diff)
change BUGS section to mention that only clone is a problem now.
-rw-r--r--bin/systrace/systrace.112
1 files changed, 4 insertions, 8 deletions
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1
index 1b950359145..f957c927976 100644
--- a/bin/systrace/systrace.1
+++ b/bin/systrace/systrace.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systrace.1,v 1.18 2002/06/20 05:59:28 provos Exp $
+.\" $OpenBSD: systrace.1,v 1.19 2002/06/21 15:28:46 provos Exp $
.\"
.\" Copyright 2002 Niels Provos <provos@citi.umich.edu>
.\" All rights reserved.
@@ -180,13 +180,9 @@ user specified policies
.Sh SEE ALSO
.Xr systrace 4
.Sh BUGS
-Applications that use
-.Xr rfork 2 ,
-.Xr mmap 2 ,
-or
-.Xr shmat 2
-to create shared memory between processes may be able to replace
-system call arguments after they have been evaluated by
+Applications that use clone()-like system calls to share the complete
+address space between processes may be able to replace system call
+arguments after they have been evaluated by
.Nm
and escape policy enforcement.
.Sh AUTHORS