Re: [PATCH 5/9] user namespace: clamp down users of cap_raised

From: Serge E. Hallyn
Date: Thu Oct 20 2011 - 09:16:34 EST


Quoting David Howells (dhowells@xxxxxxxxxx):
>
> > #define NS_IS_NON_DEFAULT (current_user_ns() != &init_user_ns)
>
> How about:
>
> #define IN_ROOT_USER_NS (current_user_ns() == &init_user_ns)
>
> And then:
>
> if (!IN_ROOT_USER_NS() || !cap_raised(current_cap(), CAP_SYS_ADMIN)) {
>
> I think it reads better.

My feeble brain does seem to process this faster.

I might make it !IN_INIT_USER_NS(), to be more consistent with
&init_user_ns.

Vasiliy had months ago suggested moving the whole idiom into its own
helper function. Somehow I couldn't make the jump to this then...

thanks all,
-serge
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/