summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-04-10 17:31:59 +0000
committerfgsch <fgsch@openbsd.org>2002-04-10 17:31:59 +0000
commite9ea4dbc942b3ccfd56895dce556ed5c274f03bf (patch)
tree987d9c63ef1b5ed42fdbaa40eeb38b3374e30916 /lib/libc/sys
parentIf the IP header length is zero, the packet will loop in ip_print(). (diff)
downloadwireguard-openbsd-e9ea4dbc942b3ccfd56895dce556ed5c274f03bf.tar.xz
wireguard-openbsd-e9ea4dbc942b3ccfd56895dce556ed5c274f03bf.zip
don't attach to system processes.
art@ niklas@ markus@ millert@ deraadt@ ok.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/ptrace.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 1229e0b865b..7152f1c8ae0 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ptrace.2,v 1.10 2002/03/12 14:38:12 art Exp $
+.\" $OpenBSD: ptrace.2,v 1.11 2002/04/10 17:31:59 fgsch Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
@@ -434,6 +434,10 @@ An attempt was made to use
on a process in violation of the requirements listed under
.Dv PT_ATTACH
above.
+.It
+An attempt was made to use
+.Dv PT_ATTACH
+on a system process.
.El
.El
.Sh BUGS