aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-05 11:12:56 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-05 11:12:56 -0500
commitb9f77fa0b0bd7fc34fbbf2592b45c75e7e47e67f (patch)
tree8b13a9a0cb297160df8f9b48f436740472b27cdf /todo
parentdisable idbus fix for network namespaces (diff)
downloadfirejail-b9f77fa0b0bd7fc34fbbf2592b45c75e7e47e67f.tar.gz
firejail-b9f77fa0b0bd7fc34fbbf2592b45c75e7e47e67f.tar.zst
firejail-b9f77fa0b0bd7fc34fbbf2592b45c75e7e47e67f.zip
todo
Diffstat (limited to 'todo')
-rw-r--r--todo8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo b/todo
index 8dcb0acf9..f9cce75d6 100644
--- a/todo
+++ b/todo
@@ -62,3 +62,11 @@ Firefox selinux enabled (Gentoo hardened): http://blog.siphos.be/2015/08/why-we-
62 62
639. blacklist .muttrc, contains passwords in clear text 639. blacklist .muttrc, contains passwords in clear text
64 64
6510. abstract unix socket bridge, example for ibus:
66
67before the sandbox is started
68socat UNIX-LISTEN:/tmp/mysoc,fork ABSTRACT-CONNECT:/tmp/dbus-awBoQTCc &
69
70in sandbox
71socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock
72