From 5a3e081f55c2ce9fdb712e23751aaeb62fc85653 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 13 Sep 2001 06:48:18 +0000 Subject: Set BINOWN=root explicitly for setuid root binaries. This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. --- chpass/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'chpass/Makefile') diff --git a/chpass/Makefile b/chpass/Makefile index 3930873..69b93c0 100644 --- a/chpass/Makefile +++ b/chpass/Makefile @@ -7,6 +7,7 @@ SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \ table.c util.c ypxfr_misc.c ${GENSRCS} GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \ yppasswd_private_clnt.c yppasswd_private_xdr.c +BINOWN= root BINMODE=4555 .PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \ ${.CURDIR}/../../libexec/ypxfr \ -- cgit v1.2.3-56-ge451