mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7b182efc57
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)
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
bin/qjail
|
|
etc/qjail.conf.sample
|
|
etc/rc.d/qjail-jail2
|
|
etc/rc.d/qjail2
|
|
%%EXAMPLESDIR%%/default/qjail.flavor
|
|
%%EXAMPLESDIR%%/default/etc/make.conf
|
|
%%EXAMPLESDIR%%/default/etc/periodic.conf
|
|
%%EXAMPLESDIR%%/default/etc/rc.conf
|
|
%%EXAMPLESDIR%%/default/usr/local/etc/sudoers
|
|
%%EXAMPLESDIR%%/nullmailer-example/qjail.flavor
|
|
%%EXAMPLESDIR%%/nullmailer-example/etc/rc.conf
|
|
%%EXAMPLESDIR%%/nullmailer-example/etc/mail/mailer.conf
|
|
%%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer/remotes
|
|
@dirrm %%EXAMPLESDIR%%/default/usr/local/etc
|
|
@dirrm %%EXAMPLESDIR%%/default/usr/local
|
|
@dirrm %%EXAMPLESDIR%%/default/usr
|
|
@dirrm %%EXAMPLESDIR%%/default/etc
|
|
@dirrm %%EXAMPLESDIR%%/default
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local/etc
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr/local
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/usr
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc/mail
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example/etc
|
|
@dirrm %%EXAMPLESDIR%%/nullmailer-example
|
|
@dirrm %%EXAMPLESDIR%%
|