diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-25 22:13:59 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-25 22:13:59 +0800 |
commit | 2a0151edb492306f5f715cb1b8909beaca4e915c (patch) | |
tree | 8c081f7147436399b71b1a00e53df824b1eaeb66 /editors/joe | |
parent | b317c3707d9a536c2de2ab237d1bc886b67f2593 (diff) | |
download | freebsd-ports-gnome-2a0151edb492306f5f715cb1b8909beaca4e915c.tar.gz freebsd-ports-gnome-2a0151edb492306f5f715cb1b8909beaca4e915c.tar.zst freebsd-ports-gnome-2a0151edb492306f5f715cb1b8909beaca4e915c.zip |
My earlier testing was in error: joe will still write to a DEADJOE
file which is hard-linked to a file writable by the user who is
running joe. Mark this forbidden until the maintainer decides what
to do.
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index b61d13c85851..617c590fea45 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= toasty@dragondata.com +FORBIDDEN= "follows hard link (not symlink) to DEADJOE--see http://www.securityfocus.com/archive/1/145305" + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 |