Subject: Re: KERN_URND sysctl
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 07/03/2002 02:54:10
> > Module Name:	syssrc
> > Committed By:	itojun
> > Date:		Tue Jul  2 17:06:19 UTC 2002
> > 
> > Modified Files:
> > 	syssrc/sys/kern: kern_sysctl.c
> > 	syssrc/sys/sys: sysctl.h
> > 
> > Log Message:
> > provide KERN_URND, which extracts sizeof(int) random number from the kernel
> > (similar to /dev/urandom, for use within chroot jail).
>
>Hm.  What is wrong with simply providing a /dev/urandom in the jail?

	that works too of course.

itojun