diff options
author | kris <kris@FreeBSD.org> | 2001-08-11 13:29:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-11 13:29:56 +0800 |
commit | 26ad5f1dd53302b9c322ff6d22f5033df56bceae (patch) | |
tree | 8484315b78c23d456c7b5bc390800b78a72d3f9f /ftp/afd | |
parent | d397051f7770109b5c951dbf04fa0ad3e53e91f0 (diff) | |
download | freebsd-ports-gnome-26ad5f1dd53302b9c322ff6d22f5033df56bceae.tar.gz freebsd-ports-gnome-26ad5f1dd53302b9c322ff6d22f5033df56bceae.tar.zst freebsd-ports-gnome-26ad5f1dd53302b9c322ff6d22f5033df56bceae.zip |
This port installs 88 setuid root binaries. That cannot be correct;
forbid it.
Diffstat (limited to 'ftp/afd')
-rw-r--r-- | ftp/afd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/afd/Makefile b/ftp/afd/Makefile index 76aca40618f4..b06d01a92bfc 100644 --- a/ftp/afd/Makefile +++ b/ftp/afd/Makefile @@ -15,6 +15,8 @@ DISTNAME= src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Installs 88 setuid root applications; disaster waiting to happen" + USE_MOTIF= yes MAKE_ENV= BINMODE=${BINMODE} \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} |