aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/firejail.h')
-rw-r--r--src/firejail/firejail.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index ed9343345..2b2912b3e 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -542,7 +542,9 @@ void sandboxfs(int op, pid_t pid, const char *patqh);
542#define CFG_X11 1 542#define CFG_X11 1
543#define CFG_BIND 2 543#define CFG_BIND 2
544#define CFG_USERNS 3 544#define CFG_USERNS 3
545#define CFG_MAX 4 // this should always be the last entry 545#define CFG_CHROOT 4
546#define CFG_SECCOMP 5
547#define CFG_MAX 6 // this should always be the last entry
546int checkcfg(int val); 548int checkcfg(int val);
547 549
548#endif 550#endif