diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-03-04 23:31:52 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-03-18 21:00:28 +0300 |
commit | 2f1ff5899076ec8ff87e4088fb9a4f55825c66a5 (patch) | |
tree | 577f15af0f2e56e0926de60c9866174b21193ad7 /Documentation/userspace-api | |
parent | 6491126e1ba774622e7c69de95bdfa7127ef83f7 (diff) | |
download | linux-2f1ff5899076ec8ff87e4088fb9a4f55825c66a5.tar.xz |
Documentation: seccomp: unify list indentation
Use tabs to indent SECCOMP_RET_USER_NOTIF definition, for consistency
with other items in this list.
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.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/userspace-api/seccomp_filter.rst b/Documentation/userspace-api/seccomp_filter.rst index 0f09a63ea923..bd9165241b6c 100644 --- a/Documentation/userspace-api/seccomp_filter.rst +++ b/Documentation/userspace-api/seccomp_filter.rst @@ -123,9 +123,9 @@ In precedence order, they are: to userland as the errno without executing the system call. ``SECCOMP_RET_USER_NOTIF``: - Results in a ``struct seccomp_notif`` message sent on the userspace - notification fd, if it is attached, or ``-ENOSYS`` if it is not. See below - on discussion of how to handle user notifications. + Results in a ``struct seccomp_notif`` message sent on the userspace + notification fd, if it is attached, or ``-ENOSYS`` if it is not. See + below on discussion of how to handle user notifications. ``SECCOMP_RET_TRACE``: When returned, this value will cause the kernel to attempt to |