From 9033f2489191a23f854300328b6eaa72a8190b33 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 21 Jun 2002 15:28:47 +0000 Subject: change BUGS section to mention that only clone is a problem now. --- bin/systrace/systrace.1 | 12 ++++-------- 1 file 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 .\" 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 -- cgit v1.2.3