summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-02-23 21:07:59 +0000
committertedu <tedu@openbsd.org>2004-02-23 21:07:59 +0000
commitedac17f5dff0d03a62454245ae618f1a3e898957 (patch)
tree518b26cc082c878b1db619d21fe2909a4d2b0cf0
parentsupposed to use cflags, oops (diff)
downloadwireguard-openbsd-edac17f5dff0d03a62454245ae618f1a3e898957.tar.xz
wireguard-openbsd-edac17f5dff0d03a62454245ae618f1a3e898957.zip
remove security considerations section. this has been fixed.
-rw-r--r--usr.sbin/procmap/procmap.113
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/procmap/procmap.1 b/usr.sbin/procmap/procmap.1
index 730ff30134b..e491522a5de 100644
--- a/usr.sbin/procmap/procmap.1
+++ b/usr.sbin/procmap/procmap.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: procmap.1,v 1.3 2004/02/17 21:08:37 jmc Exp $
+.\" $OpenBSD: procmap.1,v 1.4 2004/02/23 21:07:59 tedu Exp $
.\" $NetBSD: pmap.1,v 1.6 2003/01/19 21:25:43 atatat Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -400,14 +400,3 @@ entry.
Some of the output modes can be or are wider than the standard 80
columns of a terminal.
Some sort of formatting might be nice.
-.Sh SECURITY CONSIDERATIONS
-The Solaris command controls access to processes the user does not own
-via the permissions of its
-.Pa /proc
-file system.
-Since
-.Nm
-uses
-.Xr kvm 3
-to read the requested data directly from kernel memory, no such
-limitation exists.