summaryrefslogtreecommitdiff
path: root/src/db.h
diff options
context:
space:
mode:
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 687e777..c4ad549 100644
--- a/src/db.h
+++ b/src/db.h
@@ -137,6 +137,8 @@ struct db_filter_attr {
uint32_t nnp_enable;
/* SECCOMP_FILTER_FLAG_TSYNC related attributes */
uint32_t tsync_enable;
+ /* allow rules with a -1 syscall value */
+ uint32_t api_tskip;
};
struct db_filter {