Files
ports/sysutils/jailme/Makefile
Martin Wilke 6105b5e3cb jailme is a modified version of FreeBSD's jexec.
This version is installed setuid and does some sanity checking
to ensure the username and UID match between the jail and the
host system.

WWW: http://people.collaborativefusion.com/~wmoran/code/jailme.html

PR:		ports/107441
Submitted by:	wmoran
2007-01-03 23:21:11 +00:00

27 lines
542 B
Makefile

# New ports collection makefile for: jailme
# Date created: 2 January 2007
# Whom: wmoran
#
# $FreeBSD$
#
PORTNAME= jailme
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= A setuid version of jexec to allow normal users access to jails
PLIST_FILES= sbin/jailme
USE_BZIP2= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>