Jail is a chrooted environment engine, designed to easily build a full chrooted environment.
| Tags | Security Systems Administration |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: A bug in the installation process that makes jail unusable with some applications (such as ftp and ssh) was fixed. The right path is now added to the /etc/shells file. The documentation and the Web site have been updated.


Changes: Full support for Linux, Solaris, FreeBSD, and IRIX, redesigned Perl scripts around a new modular architecture (with lots of bugfixes), a new debug layer, ability to set up all the configuration options from the Makefile for an easier install jail, and other minor updates.


Changes: This release supports arguments, so all the argument-based bugs have been fixed. Also, some programs that depend on these arguments now work (e.g. SSH/SCP). New terminal handling code has been added. Terminal device files (tty and pts/XX) are now automatically created on startup.


Changes: All the Perl scripts tested in version 1.6 were erroneously run without the -w flag, which caused many bugs to go undetected. These bugs have been corrected and fixed. The argument-passing code in the strace module was fixed, allowing the programs to accept their parameters. This fixes the vim problem, and the addjailsw.pl script should no longer hang. Some other minor bugs have been fixed.


Changes: The mkenv.sh and addjailuser.sh have been fully rewritten in Perl, so they should be more portable. This should also fix some bugs that arise when the chroot environment is built. A new application, called addjailsw.pl, has been written to allow insertion of software into the chrooted environment. This provides more flexibility. Now you can pass arguments to the programs, which allows programs to exit nicely in the strace phase. Some documentation improvements were made and some examples were added.
- All comments
Recent commentsRe: Excellent ?
>
> % I've been using this in a production
> % environment with excellent results!
> %
> % Has an automated script that does a
> % pretty good job guessing and
> installing
> % library dependencies, software, and
> user
> % accounts to any number of jails on
> your
> % system.
> %
> % Very stable; this is obviously
> quality
> % work.
> %
>
>
> Crappy code, crappy documentation,
> doesn't work worth a crap on Solaris 8.
> Other than that it's great.
havent been able to add software... soon as I get to guessing vi arguments.. it hangs there forever...
Re: Excellent !
I had is working on Solaris 8 in just a little while. True, it took a little to get it just right, there were some minor problems on Sol8 and the Doc could be ironed out a bit, but it works quite well.
I'd recommend chroot Jail.
Re: Excellent ?
> I've been using this in a production
> environment with excellent results!
>
> Has an automated script that does a
> pretty good job guessing and installing
> library dependencies, software, and user
> accounts to any number of jails on your
> system.
>
> Very stable; this is obviously quality
> work.
>
Crappy code, crappy documentation, doesn't work worth a crap on Solaris 8. Other than that it's great.
Excellent
I've been using this in a production environment with excellent results!
Has an automated script that does a pretty good job guessing and installing library dependencies, software, and user accounts to any number of jails on your system.
Very stable; this is obviously quality work.