On 08/17/12 04:28, Bjoern A. Zeeb wrote:
On Thu, 16 Aug 2012, Jun Kuriyama wrote:
Hi,
Here is a patch which I'm using for years in my production
environment.
I usually changes parameters documented in jail(8) for each jails, but
current rc.d/jail has no feature to pass extra parameters at st
On Thu, 16 Aug 2012, Jun Kuriyama wrote:
Hi,
Here is a patch which I'm using for years in my production
environment.
I usually changes parameters documented in jail(8) for each jails, but
current rc.d/jail has no feature to pass extra parameters at starting
jails.
I hope this patch will not
On 08/15/2012 05:24 PM, Jun Kuriyama wrote:
> 2012/8/16 Doug Barton :
>> On 08/15/2012 03:19 PM, Jun Kuriyama wrote:
>>> #jail_example_flags="-l -U root" # flags for jail(8)
>>> +#jail_example_parameters="allow.raw_sockets=1" # extra parameters
>>> for this jail
>>
>> Why not ju
2012/8/16 Doug Barton :
> On 08/15/2012 03:19 PM, Jun Kuriyama wrote:
>> #jail_example_flags="-l -U root" # flags for jail(8)
>> +#jail_example_parameters="allow.raw_sockets=1" # extra parameters for
>> this jail
>
> Why not just use _flags for this?
Current implementation of r
On 08/15/2012 03:19 PM, Jun Kuriyama wrote:
>
> Hi,
>
> Here is a patch which I'm using for years in my production
> environment.
>
> I usually changes parameters documented in jail(8) for each jails, but
> current rc.d/jail has no feature to pass extra parameters at starting
> jails.
>
> I hop
Hi,
Here is a patch which I'm using for years in my production
environment.
I usually changes parameters documented in jail(8) for each jails, but
current rc.d/jail has no feature to pass extra parameters at starting
jails.
I hope this patch will not prevent jamie's recent/next work for
rc.d/ja