summaryrefslogtreecommitdiff
path: root/src/db.h
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-20 17:53:44 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-21 14:52:53 -0400
commit76eaa8a1e41fe8295142811b74de53ea2474e79e (patch)
tree21eeb0377c20e93db3f7264e52fb59f0be7b1205 /src/db.h
parent1123a31f7ab7dcc6e77f5b125aef9c605b379150 (diff)
downloadlibseccomp-76eaa8a1e41fe8295142811b74de53ea2474e79e.tar.gz
system: add support for the thread sync functionality
The thread sync functionality and the SECCOMP_FILTER_FLAG_TSYNC flag makes an appearance in Linux 3.17. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db.h b/src/db.h
index 29a4f17..c846461 100644
--- a/src/db.h
+++ b/src/db.h
@@ -127,6 +127,8 @@ struct db_filter_attr {
uint32_t act_badarch;
/* NO_NEW_PRIVS related attributes */
uint32_t nnp_enable;
+ /* SECCOMP_FILTER_FLAG_TSYNC related attributes */
+ uint32_t tsync_enable;
};
struct db_filter {