summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-02-27 08:39:16 +0000
committerdes <des@FreeBSD.org>2004-02-27 08:39:16 +0000
commit8638aa49b9d3218827a7838f527bf2c1ecee3115 (patch)
tree46a89eb8475ec5ec93506198c882b9b7fddfdb04 /usr.bin
parent75985f5938295297d0b0e6921d7824da05b427a6 (diff)
downloadFreeBSD-src-8638aa49b9d3218827a7838f527bf2c1ecee3115.zip
FreeBSD-src-8638aa49b9d3218827a7838f527bf2c1ecee3115.tar.gz
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).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/Makefile3
1 files changed, 0 insertions, 3 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud