aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 07:32:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 07:32:47 -0400
commit21aba697b88deb77fe9356a57ee142fb7fb56a12 (patch)
treee677575f8a17e5a87c35fb4ba043d73c13032005 /todo
parenti386 compile fixes (diff)
downloadfirejail-21aba697b88deb77fe9356a57ee142fb7fb56a12.tar.gz
firejail-21aba697b88deb77fe9356a57ee142fb7fb56a12.tar.zst
firejail-21aba697b88deb77fe9356a57ee142fb7fb56a12.zip
vimperator, seccomp
Diffstat (limited to 'todo')
-rw-r--r--todo14
1 files changed, 2 insertions, 12 deletions
diff --git a/todo b/todo
index 4afd3205d..8d1211425 100644
--- a/todo
+++ b/todo
@@ -34,14 +34,12 @@ $
345. Add IRC clients: KVIrc (KDE), BitchX (CLI), Smuxi, Konversation (KDE), HexChat, Irssi (CLI), WeeChat (CLI) 345. Add IRC clients: KVIrc (KDE), BitchX (CLI), Smuxi, Konversation (KDE), HexChat, Irssi (CLI), WeeChat (CLI)
35RSS: Liferea, akregator (KDE), newsbeuter (CLI), rawdog, 35RSS: Liferea, akregator (KDE), newsbeuter (CLI), rawdog,
36 36
376. add kexec_file_load to default seccomp filter 376. Tests not working on Arch:
38
397. Tests not working on Arch:
40profile_syntax.exp (profile syntax) 38profile_syntax.exp (profile syntax)
41fs_chroot.exp (chroot as user) 39fs_chroot.exp (chroot as user)
42private-etc.exp 40private-etc.exp
43 41
448. Disable /dev/tcp in bash. Compiled time: --enable-net-redirections, --disable-net-redirections 427. Disable /dev/tcp in bash. Compiled time: --enable-net-redirections, --disable-net-redirections
45ksh and zsh seem to have it. 43ksh and zsh seem to have it.
46 44
47Tests: 45Tests:
@@ -56,11 +54,3 @@ cat <&3
56c) A list of attacks 54c) A list of attacks
57http://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/ 55http://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/
58 56
599. protocol filter: AF_UNIX, AF_INET, AF_INET6, AF_NETLINK, AF_PACKET
60
61 // Create a raw IP socket with UDP protocol
62sd = socket(PF_INET, SOCK_RAW, IPPROTO_UDP);
63
64// open a raw ethernet socket
65s = socket(AF_PACKET, SOCK_DGRAM, htons(ETHERTYPE_IP));
66