summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-22 10:26:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-22 10:26:05 -0500
commit7d11cf62ca175696c8f5998de42c510924c6dcc3 (patch)
tree239ef9dd4117e4b274ad89766f73a614971d7e18 /src/man
parentmerges (diff)
downloadfirejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.tar.gz
firejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.tar.zst
firejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.zip
--hosts-file option
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