Re-enable this port after removing setuid privileges and limiting access

to root only.
This commit is contained in:
Kris Kennaway 2000-08-13 06:32:58 +00:00
parent 40fc811b12
commit a6ed2fac24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31595

View File

@ -15,8 +15,6 @@ DISTNAME= ntop-1.1-src
MAINTAINER= billf@FreeBSD.org
FORBIDDEN= "Shocking lack of security leading to multiple local and remote root exploits"
HAS_CONFIGURE= yes
ALL_TARGET=
INSTALL_TARGET= install install-man
@ -25,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
MAN8= ntop.8
post-install:
${CHMOD} u-s,g-srx ${PREFIX}/sbin/ntop
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>