head	1.3;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.08.17.13.04.26;	author bapt;	state dead;
branches;
next	1.2;

1.2
date	2010.07.19.16.01.12;	author makc;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.24.20.46.38;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Security vulnerability: local root privileges escalation problems

PR:		ports/148911
Submitted by:	Steve Wills <steve _at_ mouf.net> (maintainer)
Approved by:	tabthorpe (mentor)
@
text
@# New ports collection makefile for:	isolate
# Date created:		2010-01-05
# Whom:			Steve Wills <steve@@mouf.net>
#
# $FreeBSD: ports/security/isolate/Makefile,v 1.2 2010/07/19 16:01:12 makc Exp $
#

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>
@


1.2
log
@Update to 20100717

PR:		ports/148722
Submitted by:	Steve Wills (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@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/

PR:		ports/142350
Submitted by:	Steve Wills <steve@@mouf.net>
@
text
@d9 1
a9 1
PORTVERSION=	20100105
@

