lkml.org 
[lkml]   [2011]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 5/9] user namespace: clamp down users of cap_raised
Date

> #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.

David


\
 
 \ /
  Last update: 2011-10-19 11:05    [W:0.083 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site