summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-12-05 08:21:32 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-12-05 08:21:32 -0500
commitd0cc960c9cd3bdab63dde02367bb9646134a7e28 (patch)
treea5f53a210c65d9a947fc7e51ec37bed39d9c1c3f /src/man
parenttruecrypt and zuluCrypt support (diff)
downloadfirejail-d0cc960c9cd3bdab63dde02367bb9646134a7e28.tar.gz
firejail-d0cc960c9cd3bdab63dde02367bb9646134a7e28.tar.zst
firejail-d0cc960c9cd3bdab63dde02367bb9646134a7e28.zip
spoof machine-id
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 007374c75..fa522c154 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -447,6 +447,10 @@ iprange 192.168.1.150,192.168.1.160
447Assign MAC addresses to the last network interface defined by a net command. 447Assign MAC addresses to the last network interface defined by a net command.
448 448
449.TP 449.TP
450\fBmachine-id
451Preserve id number in /etc/machine-id file. By default a new random id is generated inside the sandbox.
452
453.TP
450\fBmtu number 454\fBmtu number
451Assign a MTU value to the last network interface defined by a net command. 455Assign a MTU value to the last network interface defined by a net command.
452 456
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 450f30c68..fdeb9ea3f 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -666,6 +666,16 @@ Example:
666$ firejail \-\-net=eth0 \-\-mac=00:11:22:33:44:55 firefox 666$ firejail \-\-net=eth0 \-\-mac=00:11:22:33:44:55 firefox
667 667
668.TP 668.TP
669\fB\-\-machine-id
670Preserve id number in /etc/machine-id file. By default a new random id is generated inside the sandbox.
671.br
672
673.br
674Example:
675.br
676$ firejail \-\-machine-id
677
678.TP
669\fB\-\-mtu=number 679\fB\-\-mtu=number
670Assign a MTU value to the last network interface defined by a \-\-net option. 680Assign a MTU value to the last network interface defined by a \-\-net option.
671.br 681.br