diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-08-13 06:32:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-08-13 06:32:58 +0000 |
commit | a6ed2fac249e2af74231cf099dfdc67cc53376de (patch) | |
tree | 1096b95174e34850b1e5129265a8504bef9914e3 | |
parent | 40fc811b12a2f624abe3f64ca715c183b3398e7b (diff) | |
download | freebsd-ports-a6ed2fac249e2af74231cf099dfdc67cc53376de.zip |
Re-enable this port after removing setuid privileges and limiting access
to root only.
-rw-r--r-- | net/ntop/Makefile | 3 |
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> |