diff options
author | 2002-06-17 07:07:45 +0000 | |
---|---|---|
committer | 2002-06-17 07:07:45 +0000 | |
commit | 6971bb49f836e964fa0097d8ffbc6403873b7eba (patch) | |
tree | e9c04fe3ccb86a5905af0d1824fab2debc4a0996 | |
parent | since we do not even have this functionality, this does not need gid kmem (diff) | |
download | wireguard-openbsd-6971bb49f836e964fa0097d8ffbc6403873b7eba.tar.xz wireguard-openbsd-6971bb49f836e964fa0097d8ffbc6403873b7eba.zip |
note our setuid rule clearer
-rw-r--r-- | usr.sbin/kgmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile index bfa2cda4948..1e6da8f6c18 100644 --- a/usr.sbin/kgmon/Makefile +++ b/usr.sbin/kgmon/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:43:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/17 07:07:45 deraadt Exp $ PROG= kgmon MAN= kgmon.8 DPADD= ${LIBKVM} LDADD= -lkvm + # # This program may safely be run setuid-root to allow non-root # users to start, stop, and reset profiling buffers. +# However, we choose not to do so. # #BINOWN=root #BINMODE=4555 |