Subject: Re: mount(2) on kauth(9)
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/29/2006 01:28:20
> +				/* Enforce 'nodev', 'nosuid', for non-root */
> +				*flags |= MNT_NODEV | MNT_NOSUID;

this kind of structure makes the order of listeners important.
i'm not sure if it's a good idea.

YAMAMOTO Takashi