aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt10
2 files changed, 8 insertions, 4 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.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 89a4c7990..5c4947694 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -286,7 +286,7 @@ Place the sandbox in the specified control group. tasks-file is the full path of
286Example: 286Example:
287.br 287.br
288# firejail \-\-cgroup=/sys/fs/cgroup/g1/tasks 288# firejail \-\-cgroup=/sys/fs/cgroup/g1/tasks
289 289#ifdef HAVE_CHROOT
290.TP 290.TP
291\fB\-\-chroot=dirname 291\fB\-\-chroot=dirname
292Chroot the sandbox into a root filesystem. Unlike the regular filesystem container, 292Chroot the sandbox into a root filesystem. Unlike the regular filesystem container,
@@ -298,7 +298,7 @@ regular user, nonewprivs and a default capabilities filter are enabled.
298Example: 298Example:
299.br 299.br
300$ firejail \-\-chroot=/media/ubuntu warzone2100 300$ firejail \-\-chroot=/media/ubuntu warzone2100
301 301#endif
302.TP 302.TP
303\fB\-\-cpu=cpu-number,cpu-number,cpu-number 303\fB\-\-cpu=cpu-number,cpu-number,cpu-number
304Set CPU affinity. 304Set CPU affinity.
@@ -1813,7 +1813,7 @@ Example:
1813$ firejail --private-etc=group,hostname,localtime, \\ 1813$ firejail --private-etc=group,hostname,localtime, \\
1814.br 1814.br
1815nsswitch.conf,passwd,resolv.conf,default/motd-news 1815nsswitch.conf,passwd,resolv.conf,default/motd-news
1816 1816#ifdef HAVE_PRIVATE_HOME
1817.TP 1817.TP
1818\fB\-\-private-home=file,directory 1818\fB\-\-private-home=file,directory
1819Build a new user home in a temporary 1819Build a new user home in a temporary
@@ -1829,7 +1829,7 @@ closed.
1829Example: 1829Example:
1830.br 1830.br
1831$ firejail \-\-private-home=.mozilla firefox 1831$ firejail \-\-private-home=.mozilla firefox
1832 1832#endif
1833.TP 1833.TP
1834\fB\-\-private-lib=file,directory 1834\fB\-\-private-lib=file,directory
1835This feature is currently under heavy development. Only amd64 platforms are supported at this moment. 1835This feature is currently under heavy development. Only amd64 platforms are supported at this moment.
@@ -2556,6 +2556,7 @@ $ firejail \-\-tree
2556.br 2556.br
2557 11970:netblue:transmission-gtk 2557 11970:netblue:transmission-gtk
2558 2558
2559#ifdef HAVE_FIRETUNNEL
2559.TP 2560.TP
2560\fB\-\-tunnel[=devname] 2561\fB\-\-tunnel[=devname]
2561Connect the sandbox to a network overlay/VPN tunnel created by firetunnel utility. This options 2562Connect the sandbox to a network overlay/VPN tunnel created by firetunnel utility. This options
@@ -2576,6 +2577,7 @@ Example:
2576.br 2577.br
2577$ firejail --tunnel firefox 2578$ firejail --tunnel firefox
2578.br 2579.br
2580#endif
2579.TP 2581.TP
2580\fB\-\-version 2582\fB\-\-version
2581Print program version/compile time support and exit. 2583Print program version/compile time support and exit.