Skip to content

Commit

Permalink
docs: man: improve quoting in blacklist/whitelist examples
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 authored and kmk3 committed Jul 30, 2024
1 parent c9eb10b commit 59f753a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/man/firejail.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ $ firejail \-\-blacklist=/sbin \-\-blacklist=/usr/sbin
.br
$ firejail \-\-blacklist=~/.mozilla
.br
$ firejail "\-\-blacklist=/home/username/My Virtual Machines"
$ firejail \-\-blacklist="/home/username/My Virtual Machines"
.br
$ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines
.TP
Expand Down Expand Up @@ -3143,7 +3143,7 @@ $ firejail \-\-noprofile \-\-whitelist=~/.mozilla
.br
$ firejail \-\-whitelist=/tmp/.X11-unix \-\-whitelist=/dev/null
.br
$ firejail "\-\-whitelist=/home/username/My Virtual Machines"
$ firejail \-\-whitelist="/home/username/My Virtual Machines"
.br
$ firejail \-\-whitelist=~/work* \-\-whitelist=/var/backups*

Expand Down

0 comments on commit 59f753a

Please sign in to comment.