diff options
author | kris <kris@FreeBSD.org> | 2000-06-20 09:41:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-06-20 09:41:26 +0800 |
commit | 02c7afebc3d87a1c60dd350383bdabecc8325db8 (patch) | |
tree | 367e57b060e2f60514a0a042e40153008d17d276 /misc/splitvt | |
parent | 3b6aec0e92c3d58e9fee48747c5bb40ce514aa2a (diff) | |
download | freebsd-ports-gnome-02c7afebc3d87a1c60dd350383bdabecc8325db8.tar.gz freebsd-ports-gnome-02c7afebc3d87a1c60dd350383bdabecc8325db8.tar.zst freebsd-ports-gnome-02c7afebc3d87a1c60dd350383bdabecc8325db8.zip |
Mark FORBIDDEN because the splitvt binary is not installed setuid,
therefore it can't change the permissions on the child tty and leaves it
world readable/writable. Furthermore, there's a buffer overflow when the
binary *is* setuid.
Submitted by: Joey Hess <joey@kitenet.net>
Diffstat (limited to 'misc/splitvt')
-rw-r--r-- | misc/splitvt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index 983a55266789..9337704e0bc4 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= utils/console MAINTAINER= obrien@FreeBSD.org +FORBIDDEN= "Doesn't change permissions on pty, leaving it mode 666. Making it setuid isn't a solution because there's a buffer overflow." + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure ALL_TARGET= |