aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-09-14 19:05:38 +0000
committerLibravatar GitHub <noreply@github.com>2022-09-14 19:05:38 +0000
commitc7cf0dd85ed145715cd8878e7fca01c0cdfcb9e9 (patch)
tree1a6e9d4319efb2129d3d29f54c8ea116f7161e67 /src/man/firejail.txt
parentdiscord: fix issues with command-line usage (#5368) (diff)
downloadfirejail-c7cf0dd85ed145715cd8878e7fca01c0cdfcb9e9.tar.gz
firejail-c7cf0dd85ed145715cd8878e7fca01c0cdfcb9e9.tar.zst
firejail-c7cf0dd85ed145715cd8878e7fca01c0cdfcb9e9.zip
docs: man: Note that some commands can be disabled in firejail.config (#5366)
* [man firejail] Make it explicit that some options are disabled by default in firejail.config * Reword firejail.config notes * Only add relevant firejail.config option in notes * move firejail.config notes to the end of each section * fix tracelog note * fix erroneous line break * really fix erroneous line break Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com>
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3f85bd8bf..82eea3977 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -330,6 +330,11 @@ $ firejail \-\-chroot=/media/ubuntu warzone2100
330.br 330.br
331For automatic mounting of X11 and PulseAudio sockets set environment variables 331For automatic mounting of X11 and PulseAudio sockets set environment variables
332FIREJAIL_CHROOT_X11 and FIREJAIL_CHROOT_PULSE. 332FIREJAIL_CHROOT_X11 and FIREJAIL_CHROOT_PULSE.
333.br
334
335.br
336Note: Support for this command is controlled in firejail.config with the
337\fBchroot\fR option.
333#endif 338#endif
334.TP 339.TP
335\fB\-\-cpu=cpu-number,cpu-number,cpu-number 340\fB\-\-cpu=cpu-number,cpu-number,cpu-number
@@ -2130,6 +2135,9 @@ $ ps
2130$ 2135$
2131.br 2136.br
2132 2137
2138.br
2139Note: Support for this command is controlled in firejail.config with the
2140\fBprivate-lib\fR option.
2133.TP 2141.TP
2134\fB\-\-private-opt=file,directory 2142\fB\-\-private-opt=file,directory
2135Build a new /opt in a temporary 2143Build a new /opt in a temporary
@@ -2837,6 +2845,11 @@ Dec 3 11:43:25 debian firejail[70]: blacklist violation - sandbox 26370, exe fi
2837Dec 3 11:46:17 debian firejail[70]: blacklist violation - sandbox 26370, exe firefox, syscall opendir, path /boot 2845Dec 3 11:46:17 debian firejail[70]: blacklist violation - sandbox 26370, exe firefox, syscall opendir, path /boot
2838.br 2846.br
2839[...] 2847[...]
2848.br
2849
2850.br
2851Note: Support for this command is controlled in firejail.config with the
2852\fBtracelog\fR option.
2840.TP 2853.TP
2841\fB\-\-tree 2854\fB\-\-tree
2842Print a tree of all sandboxed processes, see \fBMONITORING\fR section for more details. 2855Print a tree of all sandboxed processes, see \fBMONITORING\fR section for more details.