aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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