Subject: Re: CVS commit: src/sys/kern
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 09/10/2006 21:08:50
> Right now it's not an issue. We need this for when, for example, we
> want to allow shipping an LKM of the security model and have it
> loaded during boot or something.

well, for that purpose, isn't it better to check
"any security model is loaded" rather than "this scope has any listeners"?
ie. what's the benefit to make it per-scope?

YAMAMOTO Takashi