Re: sizeof jail parameter values

2018-06-16 Thread James Gritton
On 2018-06-16 11:31, Fabian Freyer wrote: On 05/18/2018 18:49, James Gritton wrote: I would recommend skipping out on jail_getv(), which is really only good for getting a few well-known parameters, and instead use the more complete but more complex jailparam_init/get/export/free. Thanks! I end

Re: sizeof jail parameter values

2018-06-16 Thread Fabian Freyer
[reordered parts of the reply for better reading flow] On 05/18/2018 18:49, James Gritton wrote: I would recommend skipping out on jail_getv(), which is really only good for getting a few well-known parameters, and instead use the more complete but more complex jailparam_init/get/export/free. T