mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
6491126e1b
commit
2f1ff58990
@@ -124,8 +124,8 @@ In precedence order, they are:
|
|||||||
|
|
||||||
``SECCOMP_RET_USER_NOTIF``:
|
``SECCOMP_RET_USER_NOTIF``:
|
||||||
Results in a ``struct seccomp_notif`` message sent on the userspace
|
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
|
notification fd, if it is attached, or ``-ENOSYS`` if it is not. See
|
||||||
on discussion of how to handle user notifications.
|
below on discussion of how to handle user notifications.
|
||||||
|
|
||||||
``SECCOMP_RET_TRACE``:
|
``SECCOMP_RET_TRACE``:
|
||||||
When returned, this value will cause the kernel to attempt to
|
When returned, this value will cause the kernel to attempt to
|
||||||
|
Reference in New Issue
Block a user