]> git.baikalelectronics.ru Git - kernel.git/commit
proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Sun, 19 Apr 2020 14:10:53 +0000 (16:10 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 22 Apr 2020 15:51:21 +0000 (10:51 -0500)
commitc7ef7957da28271ff600e99538b23f54fc2b43a8
treeda93b7bfc767c3fad21663b6c1aab72e2e9ffec8
parentcc3065f9a663d80f274499de80e3c86c085191db
proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option

If "hidepid=4" mount option is set then do not instantiate pids that
we can not ptrace. "hidepid=4" means that procfs should only contain
pids that the caller can ptrace.

Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/proc/base.c
fs/proc/root.c
include/linux/proc_fs.h