aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/userspace-api
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-03-04 21:31:51 +0100
committerJonathan Corbet <corbet@lwn.net>2019-03-18 12:00:17 -0600
commit6491126e1ba774622e7c69de95bdfa7127ef83f7 (patch)
tree86ce4af21ecfc0c29685f0b0bef975e9572d9ecb /Documentation/userspace-api
parentdoc: add boot protocol 2.13 description to Documentation/x86/boot.txt (diff)
downloadwireguard-linux-6491126e1ba774622e7c69de95bdfa7127ef83f7.tar.xz
wireguard-linux-6491126e1ba774622e7c69de95bdfa7127ef83f7.zip
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>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r--Documentation/userspace-api/seccomp_filter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/seccomp_filter.rst b/Documentation/userspace-api/seccomp_filter.rst
index b1b846d8a094..0f09a63ea923 100644
--- a/Documentation/userspace-api/seccomp_filter.rst
+++ b/Documentation/userspace-api/seccomp_filter.rst
@@ -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