diff options
author | simon <simon@FreeBSD.org> | 2007-05-31 20:17:05 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2007-05-31 20:17:05 +0800 |
commit | ac42ff6ecdc53732e3f1e6df201e6792419ac681 (patch) | |
tree | a2348ff8261fdfcdabc541d3accaeb5e63f19bc8 /sysutils/eject | |
parent | fcfa894fbbb11bdb236fb023cecf10a117d8f965 (diff) | |
download | freebsd-ports-gnome-ac42ff6ecdc53732e3f1e6df201e6792419ac681.tar.gz freebsd-ports-gnome-ac42ff6ecdc53732e3f1e6df201e6792419ac681.tar.zst freebsd-ports-gnome-ac42ff6ecdc53732e3f1e6df201e6792419ac681.zip |
For now mark FORBIDDEN since it's setuid root and has security issues.
This should probably be handled as mentioned in the PR, but I don't have
time to look more into this right now.
PR: ports/112754
Prodded by: Ighighi<ighighi@gmail.com>
Diffstat (limited to 'sysutils/eject')
-rw-r--r-- | sysutils/eject/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/eject/Makefile b/sysutils/eject/Makefile index 3ec789af911f..d85bea18ba4f 100644 --- a/sysutils/eject/Makefile +++ b/sysutils/eject/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/OD/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for ejecting media from CD or optical disk drive +FORBIDDEN= Setuid root and has security issues + PLIST_FILES= sbin/eject PORTDOCS= README README-J |