Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



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.



Home | Main Index | Thread Index | Old Index