1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/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
config.c
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
jaillex.l Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
jailp.h
jailparse.y
Makefile Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
state.c