freebsd-dev/usr.sbin/jail
Hiroki Sato 84b354cb9a - Update rc.d/jail to use a jail(8) configuration file instead of
command line options.  The "jail_<jname>_*" rc.conf(5) variables for
  per-jail configuration are automatically converted to
  /var/run/jail.<jname>.conf before the jail(8) utility is invoked.
  This is transparently backward compatible.

- Fix a minor bug in jail(8) which prevented it from returning false
  when jail -r failed.

Approved by:	re (glebius)
2013-10-10 09:32:27 +00:00
..
command.c Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
config.c Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
jail.8 Allow tmpfs be mounted inside jail. 2013-08-23 22:52:20 +00:00
jail.c - Update rc.d/jail to use a jail(8) configuration file instead of 2013-10-10 09:32:27 +00:00
jail.conf.5 Minor spelling fixes. 2012-06-03 11:29:48 +00:00
jaillex.l Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
jailp.h Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
jailparse.y Update copyright dates and other whitespacey stuff. 2011-06-17 16:21:03 +00:00
Makefile Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
state.c Improvements in error messages: 2012-02-08 23:51:46 +00:00