Re: Hierarchical jails

2009-05-15 Thread Julian Elischer
Jilles Tjoelker wrote: On Thu, May 14, 2009 at 11:12:50AM -0600, Jamie Gritton wrote: There's still a change to offer your input on the new jails before they go in! OK, given the lack of response so far, it's less "still a chance" than "please?". Current plans are to have this in place for 8.0

Re: Hierarchical jails

2009-05-14 Thread Jilles Tjoelker
On Thu, May 14, 2009 at 11:12:50AM -0600, Jamie Gritton wrote: > There's still a change to offer your input on the new jails before they > go in! OK, given the lack of response so far, it's less "still a > chance" than "please?". Current plans are to have this in place for > 8.0, with connections

Re: Hierarchical jails

2009-05-14 Thread Jamie Gritton
Jilles Tjoelker wrote: On Thu, May 14, 2009 at 11:12:50AM -0600, Jamie Gritton wrote: There's still a change to offer your input on the new jails before they go in! OK, given the lack of response so far, it's less "still a chance" than "please?". Current plans are to have this in place for 8.0

Re: Hierarchical jails

2009-05-14 Thread Jamie Gritton
ting out that this is the global hostname being used. Because you're right - the hostname is at the center of of what it means to have a jail identity. Then there's rootvnode, the third global that's superseded by hierarchical jails. I could also remove that, allowing the use of pri

Re: Hierarchical jails

2009-05-14 Thread Julian Elischer
ng Vimage work. Hopefully the silence is approval, and commits will likely be appearing soon. I think I may have replied before but it all looks pretty good to me.. I wrote: Here's the first round of hierarchical jails under the new framework. Instead of creds having either a prison or a N

Re: Hierarchical jails

2009-05-14 Thread Jamie Gritton
y the silence is approval, and commits will likely be appearing soon. I wrote: Here's the first round of hierarchical jails under the new framework. Instead of creds having either a prison or a NULL pointer, they all have a prison pointer with the default being the global "prison0&q

Re: Hierarchical jails

2009-05-09 Thread Miroslav Lachman
Jamie Gritton wrote: Here's the first round of hierarchical jails under the new framework. Instead of creds having either a prison or a NULL pointer, they all have a prison pointer with the default being the global "prison0" that contains information about the real environmen

Re: Hierarchical jails

2009-05-08 Thread Julian Elischer
Jamie Gritton wrote: Here's the first round of hierarchical jails under the new framework. Instead of creds having either a prison or a NULL pointer, they all have a prison pointer with the default being the global "prison0" that contains information about the real environment.