seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
[linux-block.git] / include / uapi / linux / seccomp.h
index b258878ba754babd9a6da918bd2fe5e529253b17..0f238a43ff1e7e5ebd8bd746a055fa910c10b51d 100644 (file)
@@ -14,6 +14,9 @@
 #define SECCOMP_SET_MODE_STRICT        0
 #define SECCOMP_SET_MODE_FILTER        1
 
+/* Valid flags for SECCOMP_SET_MODE_FILTER */
+#define SECCOMP_FILTER_FLAG_TSYNC      1
+
 /*
  * All BPF programs must return a 32-bit value.
  * The bottom 16-bits are for optional return data.