>
> Quoting Oleg Nesterov (
oleg@tv-sign.ru):
> > --- 25/security/commoncap.c~CKP_TAKE_TASKLIST 2008-03-18 17:07:02.000000000 +0300
> > +++ 25/security/commoncap.c 2008-03-18 17:21:10.000000000 +0300
> > @@ -552,10 +552,6 @@ int cap_task_kill(struct task_struct *p,
> > if (p->uid == current->uid)
> > return 0;
> >
> > - /* sigcont is permitted within same session */
> > - if (sig == SIGCONT && (task_session_nr(current) == task_session_nr(p)))
> > - return 0;
> > -
> > if (secid)
> > /*
> > * Signal sent as a particular user.
>
> Note that cap_task_kill() should be gone anyway. What tree were you
> basing this on?