From 84af4043a9de4550527a846b3dbe8b7ad52b5e94 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 13 Aug 2000 06:32:58 +0000 Subject: Re-enable this port after removing setuid privileges and limiting access to root only. --- net/ntop/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net') 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 -- cgit