Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2011 21:22:20 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/qjail Makefile distinfo pkg-descr pkg-message pkg-plist
Message-ID:  <201106112122.p5BLMKAW095308@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
crees       2011-06-11 21:22:20 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/qjail       Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
  system that includes security and performance enhancements. Plus a new level
  of "user friendliness" enhancements dealing with deploying just a few jails or
  large jail environments consisting of 100's of jails.
  
  Qjail requires no knowledge of the jail command usage. It uses "nullfs" for
  read-only system binaries, sharing one copy of them with all the jails.
  
  Uses "mdconfig" to create sparse image jails. Sparse image jails provide a
  method to limit the total disk space a jail can consume, while only occupying
  the physical disk space of the sum size of the files in the image jail.
  
  Ability to assign ip address with their network device name,
  so aliases are auto created on jail start and auto removed on jail stop.
  
  Ability to create "ZONE"s of identical qjail systems, each with their own
  group of jails.
  
  Ability to designate a portion of the jail name as a group prefix so the
  command being executed will apply to only those jail names matching that prefix.
  
  WWW:        http://sourceforge.net/projects/qjail/
              http://qjail.sourceforge.net/
  
  PR:             ports/148777
  Submitted by:   Joe Barbish <joeb@a1poweruser.com>
  Approved by:    rene (mentor)
  
  Revision  Changes    Path
  1.1298    +1 -0      ports/sysutils/Makefile
  1.1       +43 -0     ports/sysutils/qjail/Makefile (new)
  1.1       +2 -0      ports/sysutils/qjail/distinfo (new)
  1.1       +23 -0     ports/sysutils/qjail/pkg-descr (new)
  1.1       +5 -0      ports/sysutils/qjail/pkg-message (new)
  1.1       +26 -0     ports/sysutils/qjail/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106112122.p5BLMKAW095308>