Make man sgid bin, not sgid AND suid. There is no reason to make man suid

bin since all you need to do is make the cat dirs group owned and writable
by bin - much less dangerous.
This commit is contained in:
Jordan K. Hubbard 1994-03-16 13:05:31 +00:00
parent ee3794ce7d
commit d86aaf74ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1266

View File

@ -1,6 +1,6 @@
PROG= man
SRCS= man.c manpath.c glob.c
BINMODE=6555
BINMODE=2555
.if exists(${.CURDIR}/../lib/obj)
LDADD= -L${.CURDIR}/../lib/obj -lman