aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-03 15:33:17 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-03 15:33:17 -0400
commitc3581850ba9db8ae0a9dc38a035671a68c11883a (patch)
tree5d548dcdee0e88644649a333eb375b0383da156f /src/man/firejail-profile.txt
parentci: don't fail if strip fails, as it might not be a binary (diff)
downloadfirejail-c3581850ba9db8ae0a9dc38a035671a68c11883a.tar.gz
firejail-c3581850ba9db8ae0a9dc38a035671a68c11883a.tar.zst
firejail-c3581850ba9db8ae0a9dc38a035671a68c11883a.zip
manpages: configuration for tunnel, chroot, private-home
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index c86d7f119..283b4ba15 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -296,6 +296,7 @@ filesystem, and copy the files and directories in the list.
296The files and directories in the list must be expressed as relative to 296The files and directories in the list must be expressed as relative to
297the /etc directory. 297the /etc directory.
298All modifications are discarded when the sandbox is closed. 298All modifications are discarded when the sandbox is closed.
299#ifdef HAVE_PRIVATE_HOME
299.TP 300.TP
300\fBprivate-home file,directory 301\fBprivate-home file,directory
301Build a new user home in a temporary 302Build a new user home in a temporary
@@ -305,6 +306,7 @@ The files and directories in the list must be expressed as relative to
305the current user's home directory. 306the current user's home directory.
306All modifications are discarded when the sandbox is 307All modifications are discarded when the sandbox is
307closed. 308closed.
309#endif
308.TP 310.TP
309\fBprivate-lib file,directory 311\fBprivate-lib file,directory
310Build a new /lib directory and bring in the libraries required by the application to run. 312Build a new /lib directory and bring in the libraries required by the application to run.