summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt10
2 files changed, 14 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index ecb8be139..034f1beac 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -392,6 +392,10 @@ Set a DNS server for the sandbox. Up to three DNS servers can be defined.
392Set a hostname for the sandbox. 392Set a hostname for the sandbox.
393 393
394.TP 394.TP
395\fBhosts-file file
396Use file as /etc/hosts.
397
398.TP
395\fBip address 399\fBip address
396Assign IP addresses to the last network interface defined by a net command. A 400Assign IP addresses to the last network interface defined by a net command. A
397default gateway is assigned by default. 401default gateway is assigned by default.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index afd8e1e4e..b836fd738 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -469,6 +469,16 @@ Example:
469$ firejail \-\-hostname=officepc firefox 469$ firejail \-\-hostname=officepc firefox
470 470
471.TP 471.TP
472\fB\-\-hosts-file=file
473Use file as /etc/hosts.
474.br
475
476.br
477Example:
478.br
479$ firejail \-\-hosts-file=~/myhosts firefox
480
481.TP
472\fB\-\-ignore=command 482\fB\-\-ignore=command
473Ignore command in profile file. 483Ignore command in profile file.
474.br 484.br