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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 2a7d88575..730c37aed 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -563,7 +563,7 @@ typedef struct {
563 563
564// mountinfo.c 564// mountinfo.c
565MountData *get_last_mount(void); 565MountData *get_last_mount(void);
566int get_mount_id(const char *path); 566int get_mount_id(int fd);
567char **build_mount_array(const int mount_id, const char *path); 567char **build_mount_array(const int mount_id, const char *path);
568 568
569// fs_var.c 569// fs_var.c
@@ -621,7 +621,8 @@ void caps_print_filter(pid_t pid) __attribute__((noreturn));
621void caps_drop_dac_override(void); 621void caps_drop_dac_override(void);
622 622
623// fs_trace.c 623// fs_trace.c
624void fs_trace_preload(void); 624void fs_trace_touch_preload(void);
625void fs_trace_touch_or_store_preload(void);
625void fs_tracefile(void); 626void fs_tracefile(void);
626void fs_trace(void); 627void fs_trace(void);
627 628
@@ -801,6 +802,7 @@ enum {
801 CFG_NAME_CHANGE, 802 CFG_NAME_CHANGE,
802 CFG_SECCOMP_ERROR_ACTION, 803 CFG_SECCOMP_ERROR_ACTION,
803 // CFG_FILE_COPY_LIMIT - file copy limit handled using setenv/getenv 804 // CFG_FILE_COPY_LIMIT - file copy limit handled using setenv/getenv
805 CFG_ALLOW_TRAY,
804 CFG_MAX // this should always be the last entry 806 CFG_MAX // this should always be the last entry
805}; 807};
806extern char *xephyr_screen; 808extern char *xephyr_screen;