Skip to content

Commit

Permalink
docs: man: improve blacklist/whitelist examples with spaces (#6425)
Browse files Browse the repository at this point in the history
Use the same examples with spaces and make the quotes more consistent
with the other examples.
  • Loading branch information
glitsj16 authored Jul 30, 2024
1 parent c9eb10b commit 886fb7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,9 @@ $ 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=/home/username/My\\ Virtual\\ Machines
.br
$ firejail \-\-whitelist=~/work* \-\-whitelist=/var/backups*

Expand Down

0 comments on commit 886fb7d

Please sign in to comment.