aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 2f17c3088..90c59d753 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -139,13 +139,13 @@ Mount new /root and /home/user directories in temporary
139filesystems. All modifications are discarded when the sandbox is 139filesystems. All modifications are discarded when the sandbox is
140closed. 140closed.
141.TP 141.TP
142\fBprivate directory
143Use directory as user home.
144.TP
142\fBprivate-bin file,file 145\fBprivate-bin file,file
143Build a new /bin in a temporary filesystem, and copy the programs in the list. 146Build a new /bin in a temporary filesystem, and copy the programs in the list.
144The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 147The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
145.TP 148.TP
146\fBprivate directory
147Use directory as user home.
148.TP
149\fBprivate-home file,directory 149\fBprivate-home file,directory
150Build a new user home in a temporary 150Build a new user home in a temporary
151filesystem, and copy the files and directories in the list in the 151filesystem, and copy the files and directories in the list in the
@@ -160,6 +160,9 @@ Build a new /etc in a temporary
160filesystem, and copy the files and directories in the list. 160filesystem, and copy the files and directories in the list.
161All modifications are discarded when the sandbox is closed. 161All modifications are discarded when the sandbox is closed.
162.TP 162.TP
163\fBprivate-tmp
164Mount an empty temporary filesystem on top of /tmp directory.
165.TP
163\fBwhitelist file_or_directory 166\fBwhitelist file_or_directory
164Build a new user home in a temporary filesystem, and mount-bind file_or_directory. 167Build a new user home in a temporary filesystem, and mount-bind file_or_directory.
165The modifications to file_or_directory are persistent, everything else is discarded 168The modifications to file_or_directory are persistent, everything else is discarded