Subject: Re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Elad Efrat <elad@NetBSD.org>
List: source-changes
Date: 01/27/2007 16:17:38
YAMAMOTO Takashi wrote:
>> Module Name:	src
>> Committed By:	elad
>> Date:		Fri Jan 26 21:57:47 UTC 2007
>>
>> Modified Files:
>> 	src/sys/kern: init_main.c
>>
>> Log Message:
>> Initialize kauth(9) sooner.
>>
>>
>> To generate a diff of this commit:
>> cvs rdiff -r1.288 -r1.289 src/sys/kern/init_main.c
>>
>> Please note that diffs are not public domain; they are subject to the
>> copyright notices on the relevant files.
> 
> can you please add a comment?
> eg. "this should be done before xxx_init() because..."
> 
> YAMAMOTO Takashi

sure. I've updated the cvs message to indicate we're doing this sooner,
and at least before proc0_init(), because we'll want to control process
creation and inheritance soon in the secmodel code, and for that we need
kauth(9) ready earlier.

-e.