Re: Multi-level jailing.

2003-02-20 Thread Robert Watson
On Mon, 17 Feb 2003, Pawel Jakub Dawidek wrote: I have prepared patch for jail functionality against FreeBSD 5.0-CURRENT. It provides multi-level jailing and multiple ips for jails. Sounds cool, although I haven't had a chance to read the patch yet. Question: how did you handle the problem

Re: Multi-level jailing.

2003-02-20 Thread Pawel Jakub Dawidek
On Thu, Feb 20, 2003 at 10:05:52AM -0500, Robert Watson wrote: + I have prepared patch for jail functionality against FreeBSD + 5.0-CURRENT. It provides multi-level jailing and multiple ips for + jails. + + Sounds cool, although I haven't had a chance to read the patch yet. + Question: how

Re: Multi-level jailing.

2003-02-17 Thread Kirk Strauser
At 2003-02-17T07:05:54Z, Pawel Jakub Dawidek [EMAIL PROTECTED] writes: I have prepared patch for jail functionality against FreeBSD 5.0-CURRENT. It provides multi-level jailing and multiple ips for jails. That's awesome. I have no idea what I'd do with it, but it's a solution that's begging

Multi-level jailing.

2003-02-16 Thread Pawel Jakub Dawidek
Hello hackers. I have prepared patch for jail functionality against FreeBSD 5.0-CURRENT. It provides multi-level jailing and multiple ips for jails. Example of use: IPS on machine: tl0: 12.34.56.1 12.34.56.2 12.34.56.3

Re: Multi-level jailing.

2003-02-16 Thread Pawel Jakub Dawidek
Now patch is attached:) -- Pawel Jakub Dawidek UNIX Systems Administrator http://garage.freebsd.pl Am I Evil? Yes, I Am. diff -ru /usr/src/sys/kern/kern_jail.c ./sys/kern/kern_jail.c --- /usr/src/sys/kern/kern_jail.c Tue Jan 21 09:55:54 2003 +++ ./sys/kern/kern_jail.c Mon Feb 17