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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index d15d5a686..ff6eb485b 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -540,7 +540,8 @@ void sandboxfs(int op, pid_t pid, const char *patqh);
540// checkcfg.c 540// checkcfg.c
541#define CFG_FILE_TRANSFER 0 541#define CFG_FILE_TRANSFER 0
542#define CFG_X11 1 542#define CFG_X11 1
543#define CFG_MAX 2 // this should always be the last entry 543#define CFG_BIND 2
544#define CFG_MAX 3 // this should always be the last entry
544int checkcfg(int val); 545int checkcfg(int val);
545 546
546#endif 547#endif