]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: seccomp: fix reST markup
authorJakub Wilk <jwilk@jwilk.net>
Mon, 4 Mar 2019 20:31:51 +0000 (21:31 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Mar 2019 18:00:17 +0000 (12:00 -0600)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/userspace-api/seccomp_filter.rst

index b1b846d8a0946de5e5540e322925bbc4da30d1f5..0f09a63ea9234b98da91cf31963fdc71aeb144d5 100644 (file)
@@ -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