From 838c380fcf37ee619a9b4f2c4a0f1b2af6c131ca Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 9 Sep 2001 04:54:10 +0000 Subject: Make sure that all non-root-owned binaries in standard system paths are chflaged 'schg' to prevent exploit vectors when run by cron, by a root user, or by a user other then the one owning the binary. This applies to most of the uucp binaries, cu, tip, and man (man was already installed properly). MFC will occur when approved. --- usr.bin/tip/tip/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/tip') diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index fd208d7..982f3dc 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -21,6 +21,7 @@ LINKS= ${BINDIR}/tip MAN= tip.1 modems.5 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ remote.c tip.c tipout.c value.c vars.c +INSTALLFLAGS+= -fschg BINDIR?= /usr/bin BINOWN= uucp -- cgit v1.1