diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-17 05:05:52 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-17 05:05:52 +0000 |
commit | abf07a9855d9d384c09449f789264fbe0d565863 (patch) | |
tree | b55c953dd46ec05297377d801380dc6c2f112dd1 | |
parent | 555af1a4c231655e4043ef6fb15c418facc21acb (diff) |
Limit chio(1) to group operator
-rw-r--r-- | bin/chio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 615d9109d12..0dec14fa172 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/07/17 05:05:51 tholo Exp $ # $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $ PROG= chio SRCS= chio.c BINOWN= root -BINMODE=4555 +BINGRP= operator +BINMODE=4550 .include <bsd.prog.mk> |