]> git.ipfire.org Git - thirdparty/man-pages.git/commit
seccomp.2: Warn reader that SECCOMP_RET_TRACE can be overridden
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 15 Oct 2020 11:02:36 +0000 (13:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 15 Oct 2020 11:06:36 +0000 (13:06 +0200)
commit4b6e3782e163bcc05ca2464647ce990af079feb7
tree345c6ecb39998453f59ad7ba750d104e12e3bb8b
parent025584732ff965ecadc119a3e63cc7f435a3f72a
seccomp.2: Warn reader that SECCOMP_RET_TRACE can be overridden

Highlight to the reader that if another filter returns a
higher-precedence action value, then the ptracer will not
be notified.

Reported-by: Jann Horn <jannh@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2