summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTycho Andersen <tycho@tycho.ws>2019-03-05 10:20:24 -0700
committerPaul Moore <paul@paul-moore.com>2019-04-29 19:59:10 -0400
commit11667b4885a6206f29fdeeaabf00c0fe2a2cb508 (patch)
treea65096e6867bc93ce955333d489601ba95969e59 /doc
parente7c97e31ce79b5d25b6b630b1ccd42b354040c21 (diff)
downloadlibseccomp-11667b4885a6206f29fdeeaabf00c0fe2a2cb508.tar.gz
api: add support for the SPEC_ALLOW flag
Signed-off-by: Tycho Andersen <tycho@tycho.ws> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man3/seccomp_api_get.33
-rw-r--r--doc/man/man3/seccomp_attr_set.36
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/man3/seccomp_api_get.3 b/doc/man/man3/seccomp_api_get.3
index 0def686..ac3c2ff 100644
--- a/doc/man/man3/seccomp_api_get.3
+++ b/doc/man/man3/seccomp_api_get.3
@@ -50,6 +50,9 @@ syscall to load the seccomp filter into the kernel.
.TP
.B 3
The SCMP_FLTATR_CTL_LOG filter attribute and the SCMP_ACT_LOG action are supported.
+.TP
+.B 4
+The SCMP_FLTATR_SPEC_ALLOW filter attribute is supported.
.\" //////////////////////////////////////////////////////////////////////////
.SH RETURN VALUE
.\" //////////////////////////////////////////////////////////////////////////
diff --git a/doc/man/man3/seccomp_attr_set.3 b/doc/man/man3/seccomp_attr_set.3
index 7050d5f..1132004 100644
--- a/doc/man/man3/seccomp_attr_set.3
+++ b/doc/man/man3/seccomp_attr_set.3
@@ -94,6 +94,12 @@ the
action. Defaults to off (
.I value
== 0).
+.TP
+.B SCMP_FLTATR_SPEC_ALLOW
+A flag to disable Speculative Store Bypass mitigations for this filter.
+Defaults to off (
+.I value
+== 0).
.\" //////////////////////////////////////////////////////////////////////////
.SH RETURN VALUE
.\" //////////////////////////////////////////////////////////////////////////