Skip to content

Commit

Permalink
docs: man: Note that some commands can be disabled in firejail.config (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
glitsj16 and kmk3 authored Sep 14, 2022
1 parent 3e7b65d commit c7cf0dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/man/firejail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ $ firejail \-\-chroot=/media/ubuntu warzone2100
.br
For automatic mounting of X11 and PulseAudio sockets set environment variables
FIREJAIL_CHROOT_X11 and FIREJAIL_CHROOT_PULSE.
.br

.br
Note: Support for this command is controlled in firejail.config with the
\fBchroot\fR option.
#endif
.TP
\fB\-\-cpu=cpu-number,cpu-number,cpu-number
Expand Down Expand Up @@ -2130,6 +2135,9 @@ $ ps
$
.br

.br
Note: Support for this command is controlled in firejail.config with the
\fBprivate-lib\fR option.
.TP
\fB\-\-private-opt=file,directory
Build a new /opt in a temporary
Expand Down Expand Up @@ -2837,6 +2845,11 @@ Dec 3 11:43:25 debian firejail[70]: blacklist violation - sandbox 26370, exe fi
Dec 3 11:46:17 debian firejail[70]: blacklist violation - sandbox 26370, exe firefox, syscall opendir, path /boot
.br
[...]
.br

.br
Note: Support for this command is controlled in firejail.config with the
\fBtracelog\fR option.
.TP
\fB\-\-tree
Print a tree of all sandboxed processes, see \fBMONITORING\fR section for more details.
Expand Down

0 comments on commit c7cf0dd

Please sign in to comment.