aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jailme
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-03 23:21:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-03 23:21:11 +0000
commit6105b5e3cbaa6412f572bae1d61dfc0e19615a5b (patch)
treeec2c5510a0132fbbccbe1650f11a37917ee7906b /sysutils/jailme
parentd87a177900cabc86a240e830a21aa6fd4013addc (diff)
downloadports-6105b5e3cbaa6412f572bae1d61dfc0e19615a5b.tar.gz
ports-6105b5e3cbaa6412f572bae1d61dfc0e19615a5b.zip
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
Notes
Notes: svn path=/head/; revision=181377
Diffstat (limited to 'sysutils/jailme')
-rw-r--r--sysutils/jailme/Makefile26
-rw-r--r--sysutils/jailme/distinfo3
-rw-r--r--sysutils/jailme/pkg-descr7
3 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile
new file mode 100644
index 000000000000..b1cef942ef15
--- /dev/null
+++ b/sysutils/jailme/Makefile
@@ -0,0 +1,26 @@
+# 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>
diff --git a/sysutils/jailme/distinfo b/sysutils/jailme/distinfo
new file mode 100644
index 000000000000..0a0147582b2f
--- /dev/null
+++ b/sysutils/jailme/distinfo
@@ -0,0 +1,3 @@
+MD5 (jailme-0.1.tar.bz2) = a1a9e273c3fe54654c60fcbdc99d6269
+SHA256 (jailme-0.1.tar.bz2) = f2cb61809a6602359a76abc6f517f25c08029ef41bcc1fb6a14d72517f07f346
+SIZE (jailme-0.1.tar.bz2) = 1797
diff --git a/sysutils/jailme/pkg-descr b/sysutils/jailme/pkg-descr
new file mode 100644
index 000000000000..4d33e6eb31fe
--- /dev/null
+++ b/sysutils/jailme/pkg-descr
@@ -0,0 +1,7 @@
+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