aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-08-30 23:51:59 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-08-30 23:51:59 +0200
commitd9f5862f0c29de47940785c84109fab9fa69dbb5 (patch)
tree4775e50e6b2814540888ed1059e04dba5af97840 /src/options.h
parent6cd6fc810c759b17ab1d8eff648d22b38f1df230 (diff)
enable SECCOMP text/bpf export
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 0138344..456779b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -50,6 +50,8 @@ typedef enum opt_name {
OPT_CHUSER,
OPT_CHGROUP,
OPT_SECCOMP_MINIMAL,
+ OPT_SECCOMP_DEBUG,
+ OPT_DEBUG_DIR,
OPT_RUNTEST,
OPT_HELP,