summaryrefslogtreecommitdiffstats
path: root/usr.sbin/procmap
diff options
context:
space:
mode:
authordcoppa <dcoppa@openbsd.org>2013-06-25 15:11:58 +0000
committerdcoppa <dcoppa@openbsd.org>2013-06-25 15:11:58 +0000
commit63d456997f5f2a6022b2930906882c75915ec41c (patch)
tree884e68772b780ed021200ab3a9219ea4cc04fca4 /usr.sbin/procmap
parentDo not dereference sc before checking if it exists, pointed by otto@. (diff)
downloadwireguard-openbsd-63d456997f5f2a6022b2930906882c75915ec41c.tar.xz
wireguard-openbsd-63d456997f5f2a6022b2930906882c75915ec41c.zip
Since the "better kmem pointer hiding" commit, procmap does not work
anymore for regular users. So remove the setgid kmem for the time being (until tedu@ fixes it). ok tedu@
Diffstat (limited to 'usr.sbin/procmap')
-rw-r--r--usr.sbin/procmap/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/procmap/Makefile b/usr.sbin/procmap/Makefile
index 1a0a9a8437f..902220c9588 100644
--- a/usr.sbin/procmap/Makefile
+++ b/usr.sbin/procmap/Makefile
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2004/02/23 21:09:28 tedu Exp $
+# $OpenBSD: Makefile,v 1.5 2013/06/25 15:11:58 dcoppa Exp $
PROG= procmap
SRCS= procmap.c
-BINGRP= kmem
-BINMODE= 2555
CFLAGS+= -Wall
LDADD= -lkvm
DPADD= ${LIBKVM}