]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: (Briefly) document SECCOMP_FILTER_FLAG_SPEC_ALLOW
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 20:01:32 +0000 (21:01 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 Feb 2019 20:01:32 +0000 (21:01 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 191ad3582d862cdb8882815ca650436bfb9a03fa..7cbb816ba3e81b4f08227e8bbda7934330451f11 100644 (file)
@@ -228,6 +228,10 @@ An administrator may override this filter flag by preventing specific
 actions from being logged via the
 .IR /proc/sys/kernel/seccomp/actions_logged
 file.
+.TP
+.BR SECCOMP_FILTER_FLAG_SPEC_ALLOW " (since Linux 4.17)"
+.\" commit 00a02d0c502a06d15e07b857f8ff921e3e402675
+Disable Speculative Store Bypass mitigation.
 .RE
 .TP
 .BR SECCOMP_GET_ACTION_AVAIL " (since Linux 4.14)"