aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/firejail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index fa6ba5c6a..f85560588 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -407,6 +407,7 @@ void fs_overlayfs(void);
407// chroot into an existing directory; mount exiting /dev and update /etc/resolv.conf 407// chroot into an existing directory; mount exiting /dev and update /etc/resolv.conf
408void fs_chroot(const char *rootdir); 408void fs_chroot(const char *rootdir);
409void fs_check_chroot_dir(const char *rootdir); 409void fs_check_chroot_dir(const char *rootdir);
410void fs_cache(void);
410 411
411// profile.c 412// profile.c
412// find and read the profile specified by name from dir directory 413// find and read the profile specified by name from dir directory