aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-08-13 14:32:58 +0800
committerkris <kris@FreeBSD.org>2000-08-13 14:32:58 +0800
commit84af4043a9de4550527a846b3dbe8b7ad52b5e94 (patch)
tree5304b9c95d8c2fd6321bd3859d6205668262928a /net/ntop
parent14b89e157e2eea1173f7fd7e7385f13537b833ca (diff)
downloadfreebsd-ports-gnome-84af4043a9de4550527a846b3dbe8b7ad52b5e94.tar.gz
freebsd-ports-gnome-84af4043a9de4550527a846b3dbe8b7ad52b5e94.tar.zst
freebsd-ports-gnome-84af4043a9de4550527a846b3dbe8b7ad52b5e94.zip
Re-enable this port after removing setuid privileges and limiting access
to root only.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 9f5f3f307e76..63ae1a2d9d3b 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -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>