diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-17 21:04:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-17 21:04:26 +0800 |
commit | f68b6e924e51ce699afeb581f4d440c33f5b08c2 (patch) | |
tree | 7fc112c301e52eb546667b9d21866cdbf6421ad5 | |
parent | 2baf3c7be471ab5c689ef49c1768d25157fa96ca (diff) | |
download | freebsd-ports-gnome-f68b6e924e51ce699afeb581f4d440c33f5b08c2.tar.gz freebsd-ports-gnome-f68b6e924e51ce699afeb581f4d440c33f5b08c2.tar.zst freebsd-ports-gnome-f68b6e924e51ce699afeb581f4d440c33f5b08c2.zip |
Security vulnerability: local root privileges escalation problems
PR: ports/148911
Submitted by: Steve Wills <steve _at_ mouf.net> (maintainer)
Approved by: tabthorpe (mentor)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/isolate/Makefile | 31 | ||||
-rw-r--r-- | security/isolate/distinfo | 3 | ||||
-rw-r--r-- | security/isolate/pkg-descr | 4 |
5 files changed, 1 insertions, 39 deletions
@@ -4482,3 +4482,4 @@ lang/ifc7||2010-08-12|Distfile no longer available multimedia/kaffeine-devel|multimedia/kaffeine|2010-08-14|New non-development version www/peacock||2010-08-17|Has runtime errors, upstream development discontinued www/gtkhtml38||2010-08-17|Removed, because there are no more users of this library +security/isolate||2010-08-17|Security vulnerability diff --git a/security/Makefile b/security/Makefile index 7e266d3297d6..6d9f0db87489 100644 --- a/security/Makefile +++ b/security/Makefile @@ -215,7 +215,6 @@ SUBDIR += ipsec-tools SUBDIR += isakmpd SUBDIR += isnprober - SUBDIR += isolate SUBDIR += its4 SUBDIR += jbrofuzz SUBDIR += jce_policy14 diff --git a/security/isolate/Makefile b/security/isolate/Makefile deleted file mode 100644 index d7b219e3402e..000000000000 --- a/security/isolate/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: isolate -# Date created: 2010-01-05 -# Whom: Steve Wills <steve@mouf.net> -# -# $FreeBSD$ -# - -PORTNAME= isolate -PORTVERSION= 20100717 -CATEGORIES= security -MASTER_SITES= http://meatwad.mouf.net/~steve/ - -MAINTAINER= steve@mouf.net -COMMENT= Runs processes in a restricted environment - -PLIST_FILES= bin/isolate -MAN1= isolate.1 -MANCOMPRESSED= yes -USE_GMAKE= yes -ALL_TARGET= isolate - -post-patch: - @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700025 -IGNORE= does not compile (needs gelf.h) -.endif - -.include <bsd.port.post.mk> diff --git a/security/isolate/distinfo b/security/isolate/distinfo deleted file mode 100644 index 400bee646365..000000000000 --- a/security/isolate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (isolate-20100717.tar.gz) = 424694f42cc093e6f5ecab4e5d2595d0 -SHA256 (isolate-20100717.tar.gz) = 79b3aef83f7f2a69e51e0b16c7c6039ec13263c5ae22e24b4602bb182dbb810e -SIZE (isolate-20100717.tar.gz) = 29616 diff --git a/security/isolate/pkg-descr b/security/isolate/pkg-descr deleted file mode 100644 index f639c4f28055..000000000000 --- a/security/isolate/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -isolate runs processes in a chroot-ed environment, with constrained resource -limits, as a random UID, and with limited access to the X server - -WWW: http://code.google.com/p/isolate/ |