aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:44:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:44:47 -0400
commit81bfc52e131215cd042c491f1c94c5d1f49de8a8 (patch)
treecd30c653d5612c773f01537151ebc1a7f8799906
parentmarkup (diff)
downloadfirejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.tar.gz
firejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.tar.zst
firejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.zip
spelling
-rw-r--r--src/firejail/network_main.c2
-rw-r--r--src/man/firejail.txt2
-rw-r--r--test/network/README2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/firejail/network_main.c b/src/firejail/network_main.c
index e50c06ae9..396c612b1 100644
--- a/src/firejail/network_main.c
+++ b/src/firejail/network_main.c
@@ -58,7 +58,7 @@ void net_configure_bridge(Bridge *br, char *dev_name) {
58 58
59 // allow unconfigured interfaces 59 // allow unconfigured interfaces
60 if (net_get_if_addr(br->dev, &br->ip, &br->mask, br->mac, &br->mtu)) { 60 if (net_get_if_addr(br->dev, &br->ip, &br->mask, br->mac, &br->mtu)) {
61 fprintf(stderr, "Warning: interface %s is not configured\n", br->dev); 61 fprintf(stderr, "Warning: the network interface %s is not configured\n", br->dev);
62 br->configured = 1; 62 br->configured = 1;
63 br->arg_ip_none = 1; 63 br->arg_ip_none = 1;
64 return; 64 return;
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e57b8fb93..71a73a02d 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -476,7 +476,7 @@ $ firejail \-\-net=eth0 \-\-\ip=none
476.br 476.br
477 477
478.br 478.br
479If the coresponding interface doesn't have an IP address configured, this 479If the corresponding interface doesn't have an IP address configured, this
480option is enabled by default. 480option is enabled by default.
481 481
482.TP 482.TP
diff --git a/test/network/README b/test/network/README
index a9b79d1de..a715d8edf 100644
--- a/test/network/README
+++ b/test/network/README
@@ -1,5 +1,5 @@
1Warning: this test requires root access to configure a number of bridge, mac 1Warning: this test requires root access to configure a number of bridge, mac
2and vlan devices. Please take a look at configure file. By the time you are 2and vlan devices. Please take a look at configure file. By the time you are
3finished testing, you'll probably have to reboot the computer to get your 3finished testing, you'll probably have to reboot the computer to get your
4networking subsytem back to normal. 4networking subsytem back to normal.
5 5