summaryrefslogtreecommitdiff
path: root/sbin/ccdconfig/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-17 18:01:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-17 18:01:07 +0000
commit7606c8e20b4ed26553b68c1768c6ddf809060c42 (patch)
tree6acde1b50844355e5f82fa2ebeb8ba03f83b4643 /sbin/ccdconfig/Makefile
parentd6d06a1e4203636543d2078b47d6af7cc2fb563c (diff)
only make -g available to root, by disabling setgid kmem; bunch of people ok
Diffstat (limited to 'sbin/ccdconfig/Makefile')
-rw-r--r--sbin/ccdconfig/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile
index 583d89e6079..d9845fec111 100644
--- a/sbin/ccdconfig/Makefile
+++ b/sbin/ccdconfig/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:36:07 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2002/06/17 18:01:06 deraadt Exp $
PROG= ccdconfig
MAN= ccdconfig.8
-BINGRP= kmem
-BINMODE=2555
+# Only permit root to use -g
+#BINGRP= kmem
+#BINMODE=2555
DPADD= ${LIBKVM} ${LIBUTIL}
LDADD= -lkvm -lutil