diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 06:28:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 06:28:10 +0000 |
commit | 6502cabd5cccc97a15b468af2e8b28c92711bda2 (patch) | |
tree | 6db23e98a456ee9f48a66fcd4fef3b1cebf3cbf4 /x11 | |
parent | Mark FORBIDDEN; this port can easily be induced to dump core in setuid (diff) |
Mark FORBIDDEN: buffer overflows in setuid root code.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/launch.app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/launch.app/Makefile b/x11/launch.app/Makefile index b7481994853c..586d4c05bd93 100644 --- a/x11/launch.app/Makefile +++ b/x11/launch.app/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME:S/l/L/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Buffer overflows in setuid root code" + LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker WRKSRC= ${WRKDIR}/${PORTNAME:S/l/L/} |