summaryrefslogtreecommitdiff
path: root/doc/man/man3/seccomp_attr_set.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/seccomp_attr_set.3')
-rw-r--r--doc/man/man3/seccomp_attr_set.312
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man/man3/seccomp_attr_set.3 b/doc/man/man3/seccomp_attr_set.3
index f9d8ec1..6a54a71 100644
--- a/doc/man/man3/seccomp_attr_set.3
+++ b/doc/man/man3/seccomp_attr_set.3
@@ -77,6 +77,15 @@ greater; attempting to enable this flag on earlier kernels will result in an
error being returned. Defaults to off (
.I value
== 0).
+.TP
+.B SCMP_FLTATR_ATL_TSKIP
+A flag to specify if libseccomp should allow filter rules to be created for
+the -1 syscall. The -1 syscall value can be used by tracer programs to skip
+specific syscall invocations, see
+.BR seccomp (2)
+for more information. Defaults to off (
+.I value
+== 0).
.\" //////////////////////////////////////////////////////////////////////////
.SH RETURN VALUE
.\" //////////////////////////////////////////////////////////////////////////
@@ -130,4 +139,5 @@ Paul Moore <paul@paul-moore.com>
.\" //////////////////////////////////////////////////////////////////////////
.BR seccomp_init (3),
.BR seccomp_reset (3),
-.BR seccomp_load (3)
+.BR seccomp_load (3),
+.BR seccomp (2)