Re: Questions about the output of jls

2020-12-15 Thread James Gritton
On 2020-12-13 08:16, Kyle Evans wrote: It looks like it's exporting a jailsys int for vnet, so these correspond to: JAIL_SYS_DISABLE=0 JAIL_SYS_NEW=1 JAIL_SYS_INHERIT=2 So 2 is 'use parent vnet', 1 is 'new one created' -- I don't see this described in either jls(1) or jail(8), it'd probably

Re: Questions about the output of jls

2020-12-15 Thread Kyle Evans
On Tue, Dec 15, 2020 at 2:06 PM James Gritton wrote: > > On 2020-12-13 08:16, Kyle Evans wrote: > > > > It looks like it's exporting a jailsys int for vnet, so these > > correspond to: > > > > JAIL_SYS_DISABLE=0 > > JAIL_SYS_NEW=1 > > JAIL_SYS_INHERIT=2 > > > > So 2 is 'use parent vnet', 1 is 'new