Re: [PATCH v5 7/7] proc: add option to mount only a pids subset

From: Jann Horn
Date: Fri May 11 2018 - 09:59:06 EST


On Fri, May 11, 2018 at 11:37 AM, Alexey Gladkov
<gladkov.alexey@xxxxxxxxx> wrote:
> This allows to hide all files and directories in the procfs that are not
> related to tasks.

/proc/$pid/net and /proc/$pid/task/$tid/net aren't in scope for this
protection, even though they contain information about the whole
network namespace of the task, right?