1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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>
This commit is contained in:
Wesley Shields 2010-01-24 20:46:38 +00:00
parent 9c5b2499f7
commit 58eae5d99c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248487
4 changed files with 39 additions and 0 deletions

View File

@ -210,6 +210,7 @@
SUBDIR += ipsec-tools
SUBDIR += isakmpd
SUBDIR += isnprober
SUBDIR += isolate
SUBDIR += its4
SUBDIR += jce_policy14
SUBDIR += john

31
security/isolate/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: isolate
# Date created: 2010-01-05
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= isolate
PORTVERSION= 20100105
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>

View File

@ -0,0 +1,3 @@
MD5 (isolate-20100105.tar.gz) = 09667f8a886c6e73eac5343c6bac678c
SHA256 (isolate-20100105.tar.gz) = c74d3d6f9d90f2bec3af6766bc74efd200bcd81a0a4467d0c703795419df78c7
SIZE (isolate-20100105.tar.gz) = 20911

View File

@ -0,0 +1,4 @@
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/