diff options
author | kris <kris@FreeBSD.org> | 2001-04-17 16:07:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-17 16:07:07 +0800 |
commit | 30246b97f90417a732a01b8b1a23051a4650c4db (patch) | |
tree | 50a9485e11b2d4772416b408d591cbe49009be25 | |
parent | ded38ae96141ac1248baa8d903714f2894171e0a (diff) | |
download | freebsd-ports-gnome-30246b97f90417a732a01b8b1a23051a4650c4db.tar.gz freebsd-ports-gnome-30246b97f90417a732a01b8b1a23051a4650c4db.tar.zst freebsd-ports-gnome-30246b97f90417a732a01b8b1a23051a4650c4db.zip |
Mark FORBIDDEN; this port allows a local exploit yielding uid uucp
Submitted by: empathy@feelings.com
-rw-r--r-- | comms/minicom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index d86e22605754..6bf1a323b6b5 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -17,6 +17,8 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITE_SUBDIR= apps/serialcomm/dialout DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} +FORBIDDEN= "Local exploit yielding setuid uucp" + MAINTAINER= obrien@FreeBSD.org RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ |