aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-06 09:33:51 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-06 09:33:51 -0400
commit0d203630124fddbf6919f58ca6f633ae490ed2c8 (patch)
treeafbd31845cfd2a1965e63c2e3a50b0c8e16f6fe4 /src/man
parenttesting (diff)
downloadfirejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.tar.gz
firejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.tar.zst
firejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.zip
implemented --overlay-clean
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index c6b73f428..fb8cb630b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1008,6 +1008,16 @@ Example:
1008$ firejail \-\-overlay firefox 1008$ firejail \-\-overlay firefox
1009 1009
1010.TP 1010.TP
1011\fB\-\-overlay-clean
1012Clean all overlays stored in $HOME/.firejail directory.
1013.br
1014
1015.br
1016Example:
1017.br
1018$ firejail \-\-overlay-clean
1019
1020.TP
1011\fB\-\-overlay-tmpfs 1021\fB\-\-overlay-tmpfs
1012Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay, 1022Mount a filesystem overlay on top of the current filesystem. All filesystem modifications go into the overlay,
1013and are discarded when the sandbox is closed. This option is not available on Grsecurity systems. 1023and are discarded when the sandbox is closed. This option is not available on Grsecurity systems.