Date: Sun, 3 Jul 2011 04:16:49 -0400 From: grarpamp <grarpamp@gmail.com> To: freebsd-hackers@freebsd.org Subject: Jails: Setting different times in jails Message-ID: <CAD2Ti2-55tQqjSmWbMr6OCXg8X5Mhbw%2Btpe87FM%2Bn%2BKzjUVyNQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Would be nice to be able to set different times in different jails. All jails would tick in step with the system. But each jail could have it's birthtime set specifically via jail(8), jail(2), etc. Either by specification of a specific time, or an offset from the current true system time. ie: jail(8): -t [-|+]<seconds> Child jails would offset from their parent, not the system. Internally, gettimeofday, filesystem timestamps, and any other userland interfaces would be hooked and adjusted by referencing a table of jail ID's and their offsets. Similar to how setting TZ or /etc/localtime effects a timezone offset. But transparent and undetectable to the jail unless set as visible by the invoker. Useful for creating alternate histories, testing time dependant protocols and applications, forensics, pen testing, etc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD2Ti2-55tQqjSmWbMr6OCXg8X5Mhbw%2Btpe87FM%2Bn%2BKzjUVyNQ>