commit | c818c03b661cd769e035e41673d5543ba2ebda64 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed May 13 14:11:26 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Fri Jul 10 16:01:51 2020 -0700 |
tree | ceb9cf9666ce0e0e3964c1ff1a0a5949de471cf6 | |
parent | e4d05028a07f505a08802a6d1b11674c149df2b3 [diff] |
seccomp: Report number of loaded filters in /proc/$pid/status A common question asked when debugging seccomp filters is "how many filters are attached to your process?" Provide a way to easily answer this question through /proc/$pid/status with a "Seccomp_filters" line. Signed-off-by: Kees Cook <keescook@chromium.org>