aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jailme
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-04 07:21:11 +0800
committermiwi <miwi@FreeBSD.org>2007-01-04 07:21:11 +0800
commite426c7e436f2c65cd6dd45940656bfeac121c240 (patch)
treeda60daf65210d40b8c721ad437a43ccd35c845a5 /sysutils/jailme
parentc2eb8019bf541b83874a867c22940ba23173461d (diff)
downloadfreebsd-ports-gnome-e426c7e436f2c65cd6dd45940656bfeac121c240.tar.gz
freebsd-ports-gnome-e426c7e436f2c65cd6dd45940656bfeac121c240.tar.zst
freebsd-ports-gnome-e426c7e436f2c65cd6dd45940656bfeac121c240.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
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