summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-19 14:46:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-19 14:46:24 -0400
commit0021c29f7f25a5020091182c690407a753f933e4 (patch)
tree3f3eb4172c96cc6f92ddfa636053d19c7e55f1ab /todo
parenttesting (diff)
downloadfirejail-0021c29f7f25a5020091182c690407a753f933e4.tar.gz
firejail-0021c29f7f25a5020091182c690407a753f933e4.tar.zst
firejail-0021c29f7f25a5020091182c690407a753f933e4.zip
fixed join/shutdown problem, moving browsers and mail clients to a --shell=none default in profile files
Diffstat (limited to 'todo')
-rw-r--r--todo13
1 files changed, 13 insertions, 0 deletions
diff --git a/todo b/todo
index 588eac18c..c9003c4d7 100644
--- a/todo
+++ b/todo
@@ -69,5 +69,18 @@ profile_syntax.exp (profile syntax)
69fs_chroot.exp (chroot as user) 69fs_chroot.exp (chroot as user)
70private-etc.exp 70private-etc.exp
71 71
728. Disable /dev/tcp in bash. Compiled time: --enable-net-redirections, --disable-net-redirections
73ksh and zsh seem to have it.
72 74
75Tests:
76a)
77cat </dev/tcp/time.nist.gov/13
78
79b)
80exec 3<>/dev/tcp/www.google.com/80
81echo -e "GET / HTTP/1.1\r\nhost: http://www.google.com\r\nConnection: close\r\n\r\n" >&3
82cat <&3
83
84c) A list of attacks
85http://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/
73 86