Re: [PATCH] proc: Report no_new_privs state

2016-11-03 Thread Jann Horn
On Thu, Nov 03, 2016 at 02:40:41PM -0700, Kees Cook wrote: > Similar to being able to examine if a process has been correctly confined > with seccomp, the state of no_new_privs is equally interesting, so this > adds it to /proc/$pid/status. > > Signed-off-by: Kees Cook

[PATCH] proc: Report no_new_privs state

2016-11-03 Thread Kees Cook
Similar to being able to examine if a process has been correctly confined with seccomp, the state of no_new_privs is equally interesting, so this adds it to /proc/$pid/status. Signed-off-by: Kees Cook --- Documentation/filesystems/proc.txt | 2 ++ fs/proc/array.c