summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-02-13 07:22:18 +0000
committerdm <dm@cvs.openbsd.org>1996-02-13 07:22:18 +0000
commita04500537b8aa778da253e85465acf7570b52a11 (patch)
tree39aaca085d7c2852c71db1b80347aa577f467e54 /usr.bin
parent4fb77b84ff4b5717e11423b96ae4a8a1915489be (diff)
passwd should be setuid root
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/passwd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 7c04edfaa7b..11dccb7ccef 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 2/19/91
-# $Id: Makefile,v 1.3 1996/01/16 07:22:13 deraadt Exp $
+# $Id: Makefile,v 1.4 1996/02/13 07:22:17 dm Exp $
PROG= passwd
SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c
@@ -22,6 +22,7 @@ LDADD+= -lkrb -ldes
.endif
BINMODE=4555
+BINOWN= root
.include <bsd.prog.mk>