diff -u linux-2.6.18-vs2.0.2.1-t6/kernel/pid.c linux-2.6.18-vs2.0.2.1-t7/kernel/pid.c --- linux-2.6.18-vs2.0.2.1-t6/kernel/pid.c 2006-09-20 19:28:41 +0200 +++ linux-2.6.18-vs2.0.2.1-t7/kernel/pid.c 2006-09-24 00:32:49 +0200 @@ -260,7 +260,7 @@ first = rcu_dereference(pid->tasks[type].first); if (first) result = hlist_entry(first, struct task_struct, pids[(type)].node); - if (result && !vx_check(vx_task_xid(result), VX_WATCH|VX_IDENT)) + if (result && !vx_check(vx_task_xid(result), VX_WATCH|VX_ADMIN|VX_IDENT)) result = NULL; } return result;