From 8638aa49b9d3218827a7838f527bf2c1ecee3115 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 27 Feb 2004 08:39:16 +0000 Subject: Cut through the bikeshed and remove login(1)'s setuid bit. It has no business trying to impersonate su(1), and it does not need to be setuid to function properly when invoked by getty(8) or telnetd(8). --- usr.bin/login/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr.bin/login') diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index adab828..a1cad71 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -7,9 +7,6 @@ CFLAGS+=-DLOGALL DPADD= ${LIBUTIL} ${LIBPAM} LDADD= -lutil ${MINUSLPAM} MAN= login.1 login.access.5 -BINOWN= root -BINMODE=4555 -INSTALLFLAGS=-fschg NEED_LIBNAMES= yes .include -- cgit v1.1