diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-12 15:00:06 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-12 15:00:06 +0000 |
commit | df823fc604c41c13cbcb6ba3582f2c254527e1d7 (patch) | |
tree | d5905ec534c725037c36ea7e34fca02bc079e0ce | |
parent | bd7f6921c965a25184090dc6feb6b67e45867bbb (diff) | |
download | FreeBSD-src-df823fc604c41c13cbcb6ba3582f2c254527e1d7.zip FreeBSD-src-df823fc604c41c13cbcb6ba3582f2c254527e1d7.tar.gz |
This command doesn't need to be setuid root, it's only asking
for potential trouble.
Reviewed by: security officers.
Noted by: OpenBSD
-rw-r--r-- | bin/chio/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 73c1aa1..fb05f5f 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,9 +1,7 @@ -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1997/03/06 15:30:06 joerg Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chio SRCS= chio.c -BINOWN= root -BINMODE=4555 .include <bsd.prog.mk> |