aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-27 10:51:53 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-27 10:51:53 -0500
commit001b3aaf41d889f85644ab778b795dca98a0b059 (patch)
tree1f3982a45d0ebde939588b1ed9153d9c85f034c9
parentx11 (diff)
downloadfirejail-001b3aaf41d889f85644ab778b795dca98a0b059.tar.gz
firejail-001b3aaf41d889f85644ab778b795dca98a0b059.tar.zst
firejail-001b3aaf41d889f85644ab778b795dca98a0b059.zip
man page fixes
-rw-r--r--src/man/firejail.txt2
-rw-r--r--todo3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index bd4b7c563..8be0ae401 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -431,6 +431,7 @@ $ firejail \-\-ignore=shell --ignore=seccomp firefox
431.TP 431.TP
432\fB\-\-interface=interface 432\fB\-\-interface=interface
433Move interface in a new network namespace. Up to four --interface options can be specified. 433Move interface in a new network namespace. Up to four --interface options can be specified.
434Note: wlan devices are not supported for this option.
434.br 435.br
435 436
436.br 437.br
@@ -640,6 +641,7 @@ to the sandbox. The IP address is verified using ARP before
640assignment. The address configured as default gateway is the 641assignment. The address configured as default gateway is the
641default gateway of the host. Up to four \-\-net devices can 642default gateway of the host. Up to four \-\-net devices can
642be defined. Mixing bridge and macvlan devices is allowed. 643be defined. Mixing bridge and macvlan devices is allowed.
644Note: wlan devices are not supported for this option.
643.br 645.br
644 646
645.br 647.br
diff --git a/todo b/todo
index 438637d24..e45d86eba 100644
--- a/todo
+++ b/todo
@@ -32,3 +32,6 @@ socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock
32 32
337. profile for okular 337. profile for okular
34 34
358. profile for dillo
36Also, in dillo open a directory (file:///etc), when the browser window is closed the sandbox still remains active.
37This is probably a dillo problem.