Subject: Re: mount(2) on kauth(9)
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Elad Efrat <elad@NetBSD.org>
List: tech-kern
Date: 12/28/2006 18:31:50
YAMAMOTO Takashi wrote:
>> + /* 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
I know. I've discussed it with blymn@ a bit, and the alternatives didn't
seem like they'd pass.
do you have any idea how this can be done otherwise?
-e.