mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
Documentation: seccomp: fix reST markup
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
30cc0b6c12
commit
6491126e1b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ In precedence order, they are:
|
|||
call. If there is no tracer present, ``-ENOSYS`` is returned to
|
||||
userland and the system call is not executed.
|
||||
|
||||
A tracer will be notified if it requests ``PTRACE_O_TRACESECCOM``P
|
||||
A tracer will be notified if it requests ``PTRACE_O_TRACESECCOMP``
|
||||
using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified
|
||||
of a ``PTRACE_EVENT_SECCOMP`` and the ``SECCOMP_RET_DATA`` portion of
|
||||
the BPF program return value will be available to the tracer
|
||||
|
|
Loading…
Add table
Reference in a new issue