aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 3ddd85aac..9aeb5895d 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -140,9 +140,19 @@ void usage(void) {
140 printf("\t\tlogfile, and keep the size of the file under 500KB using log\n"); 140 printf("\t\tlogfile, and keep the size of the file under 500KB using log\n");
141 printf("\t\trotation. Five files with prefixes .1 to .5 are used in\n"); 141 printf("\t\trotation. Five files with prefixes .1 to .5 are used in\n");
142 printf("\t\trotation.\n\n"); 142 printf("\t\trotation.\n\n");
143
143 printf("\t--overlay - mount a filesystem overlay on top of the current filesystem.\n"); 144 printf("\t--overlay - mount a filesystem overlay on top of the current filesystem.\n");
144 printf("\t\t(OverlayFS support is required in Linux kernel for this option\n"); 145 printf("\t\tThe upper filesystem layer is persistent, and stored in\n");
145 printf("\t\tto work)\n\n"); 146 printf("\t\t$HOME/.firejail directory. (OverlayFS support is required in\n");
147 printf("\t\tLinux kernel for this option to work). \n\n");
148
149 printf("\t--overlay-tmpfs - mount a filesystem overlay on top of the current\n");
150 printf("\t\tfilesystem. The upper layer is stored in a tmpfs filesystem,\n");
151 printf("\t\tand it is discarded when the sandbox is closed. (OverlayFS\n");
152 printf("\t\tsupport is required in Linux kernel for this option to work).\n\n");
153
154
155
146 156
147 printf("\t--private - mount new /root and /home/user directories in temporary\n"); 157 printf("\t--private - mount new /root and /home/user directories in temporary\n");
148 printf("\t\tfilesystems. All modifications are discarded when the sandbox is\n"); 158 printf("\t\tfilesystems. All modifications are discarded when the sandbox is\n");