diff options
author | brooks <brooks@FreeBSD.org> | 2006-08-16 05:15:46 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-08-16 05:15:46 +0800 |
commit | b8349d84c8729ff62d1a225a1f10c1760715a98d (patch) | |
tree | 30073457e580e11c4344ff44caaacc5123ed658e /net/globus4 | |
parent | 507e95fefc49e5c116470d3deee55dc56a698517 (diff) | |
download | freebsd-ports-graphics-b8349d84c8729ff62d1a225a1f10c1760715a98d.tar.gz freebsd-ports-graphics-b8349d84c8729ff62d1a225a1f10c1760715a98d.tar.zst freebsd-ports-graphics-b8349d84c8729ff62d1a225a1f10c1760715a98d.zip |
Mark FORBIDDEN due to multiple tmpfile races.
Security: vid:5039ae61-2c9f-11db-8401-000ae42e9b93
Diffstat (limited to 'net/globus4')
-rw-r--r-- | net/globus4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile index c7d4d3a3091..6cf8ca1c7c3 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -22,6 +22,8 @@ COMMENT= Grid computing toolkit RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +FORBIDDEN= multiple tmpfile race vulnerabilities + INSTALLER= ${DISTNAME}${EXTRACT_SUFX} BUNDLE_SUFX= .tar.gz |