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.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 198f33c00..daae85cfd 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -268,6 +268,8 @@ Use directory as user home.
268.TP 268.TP
269\fBprivate-bin file,file 269\fBprivate-bin file,file
270Build a new /bin in a temporary filesystem, and copy the programs in the list. 270Build a new /bin in a temporary filesystem, and copy the programs in the list.
271The files in the list must be expressed as relative to the /bin,
272/sbin, /usr/bin, /usr/sbin, or /usr/local/bin directories.
271The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 273The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
272.TP 274.TP
273\fBprivate-cache 275\fBprivate-cache
@@ -289,26 +291,37 @@ Use the options no3d, nodvd, nosound, notv, nou2f and novideo for additional res
289\fBprivate-etc file,directory 291\fBprivate-etc file,directory
290Build a new /etc in a temporary 292Build a new /etc in a temporary
291filesystem, and copy the files and directories in the list. 293filesystem, and copy the files and directories in the list.
294The files and directories in the list must be expressed as relative to
295the /etc directory.
292All modifications are discarded when the sandbox is closed. 296All modifications are discarded when the sandbox is closed.
293.TP 297.TP
294\fBprivate-home file,directory 298\fBprivate-home file,directory
295Build a new user home in a temporary 299Build a new user home in a temporary
296filesystem, and copy the files and directories in the list in the 300filesystem, and copy the files and directories in the list in the
297new home. All modifications are discarded when the sandbox is 301new home.
302The files and directories in the list must be expressed as relative to
303the current user's home directory.
304All modifications are discarded when the sandbox is
298closed. 305closed.
299.TP 306.TP
300\fBprivate-lib file,directory 307\fBprivate-lib file,directory
301Build a new /lib directory and bring in the libraries required by the application to run. 308Build a new /lib directory and bring in the libraries required by the application to run.
309The files and directories in the list must be expressed as relative to
310the /lib directory.
302This feature is still under development, see \fBman 1 firejail\fR for some examples. 311This feature is still under development, see \fBman 1 firejail\fR for some examples.
303.TP 312.TP
304\fBprivate-opt file,directory 313\fBprivate-opt file,directory
305Build a new /opt in a temporary 314Build a new /opt in a temporary
306filesystem, and copy the files and directories in the list. 315filesystem, and copy the files and directories in the list.
316The files and directories in the list must be expressed as relative to
317the /opt directory.
307All modifications are discarded when the sandbox is closed. 318All modifications are discarded when the sandbox is closed.
308.TP 319.TP
309\fBprivate-srv file,directory 320\fBprivate-srv file,directory
310Build a new /srv in a temporary 321Build a new /srv in a temporary
311filesystem, and copy the files and directories in the list. 322filesystem, and copy the files and directories in the list.
323The files and directories in the list must be expressed as relative to
324the /srv directory.
312All modifications are discarded when the sandbox is closed. 325All modifications are discarded when the sandbox is closed.
313.TP 326.TP
314\fBprivate-tmp 327\fBprivate-tmp