[PATCH v2 2/2] man/man2/seccomp.2: Document SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
funsafemath <[email protected]>
| Newsgroups | org.kernel.vger.linux-man |
|---|---|
| Message-ID | <agqEQZ9QenxnEkqv@nix-mail> |
Document the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag, which makes the process ignore non-fatal signals until the supervisor sends a response Relevant kernel documentation: <Documentation/userspace-api/seccomp_filter.rst> Signed-off-by: funsafemath <[email protected]> --- man/man2/seccomp.2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2 index a2776aab7..d01a9eeaa 100644 --- a/man/man2/seccomp.2 +++ b/man/man2/seccomp.2 @@ -256,6 +256,14 @@ .SH DESCRIPTION .B SECCOMP_FILTER_FLAG_TSYNC flags together results in .BR EINVAL . +.TP +.BR SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV " (since Linux 5.19)" +.\" commit c2aa2dfef243efe213a480a1ee8566507a5152f4 +Ignore non-fatal signals until the supervisor sends a response. +.IP +The +.B SECCOMP_FILTER_FLAG_NEW_LISTENER +flag must be set. .RE .TP .BR SECCOMP_GET_ACTION_AVAIL " (since Linux 4.14)" -- 2.52.0
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQYodxNGi0n8z/zZSXIEdcNBZwqTgUCagqEXgAKCRDIEdcNBZwq ThWmAQCrTZP9XSJ+mCRPimzGQbCmW4jHN45YrBZ46XpPmGlBmwD+PUCQWujc7Cje XWymUyDIumi2sq90cPSW6oI77G9V/ww= =GwqF -----END PGP SIGNATURE-----