summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-02-23 21:08:00 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-02-23 21:08:00 +0000
commitb00870edfacfff2843414b798bcd6128fc8560f9 (patch)
treeb6c2b7a047f221a2fb1e4a656dc92d1327075d5e
parent9069b1fe72f7dd5e0938362eadf0de14b6a46c6e (diff)
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.