Re: [PATCH v2] unshare: Unsharing a thread does not require unsharing a vm
From: Oleg Nesterov
Date: Thu Aug 13 2015 - 08:59:26 EST
On 08/12, Eric W. Biederman wrote:
>
> + if (unshare_flags & (CLONE_SIGHAND | CLONE_VM)) {
> + if (atomic_read(¤t->sighand->count) > 1)
> + return -EINVAL;
> + }
I am still not sure we want this... please the the previous email.
But perhaps I missed something.
Oleg.
--
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/