**** BEGIN LOGGING AT Fri Nov 16 02:59:58 2012 Nov 16 19:21:03 hi, hmmm I need to merge some patches Nov 16 20:47:38 radekp: so here's what i suggest to add to the startup scripts: "ip6tables -A INPUT ! -i usb0 -p tcp --dport 22 -j DROP; iptables -A INPUT ! -i usb0 -p tcp --dport 22 -j DROP" I've just tested it on my up-to-date Debian unstable, works as expected. Nov 16 20:48:59 DROP is not very nice Nov 16 20:49:54 it causes long timeouts for normal users and allows fingerprinting for malicious users (since you can see which ports are firewalled and which ones aren't) Nov 16 21:00:27 lindi-: PaulFertser: hi Nov 16 21:00:44 lindi-: any suggestions how to improve it? Nov 16 21:03:48 lindi-: REJECT then? Nov 16 21:03:58 PaulFertser: yeah that'd be nicer Nov 16 21:04:12 lindi-: i still fail to see when DROP is worse than REJECT and i would be grateful if you explain it. Nov 16 21:04:31 PaulFertser: well it causes long timeouts if you try to accidentally connect to it Nov 16 21:05:06 lindi-: btw, does your IceWM setup allow for automatic resizing of the active app to give the space to the keyboard when you want to show it and to "stretch" back when you hide it? Nov 16 21:05:15 PaulFertser: if you use "-j REJECT --reject-with tcp-reset" then malicious users can't see the difference between firewalled ports and closed ports Nov 16 21:05:25 lindi-: yes, it causes long timeout but i do not see any problem with that. Nov 16 21:05:57 PaulFertser: icewm doesn't but I have bound power button to toggle between maximize Nov 16 21:05:58 lindi-: is that considered the best practicies? Thanks a lot, noted! Nov 16 21:06:18 PaulFertser: by default REJECT will reply with icmp error message Nov 16 21:07:12 PaulFertser: .icewm/keys has: key "XF86PowerOff" wmctrl -r :ACTIVE: -b toggle,fullscreen Nov 16 21:08:52 lindi-: btw, i do not see .icewm at your site, is it on purpose? Nov 16 21:09:39 Fully tiling behaviour is something i got used too since long, probably i'll have to try XMonad. Nov 16 21:09:45 On gta02 or gta04. Nov 16 21:10:43 PaulFertser: http://iki.fi/lindi/openmoko/home-lindi-dot-2009-10-04.tar.gz at least has it Nov 16 21:21:03 lindi-: thanks! Nov 16 21:29:00 PaulFertser: got it commited now, it will be in next qtmoko release, thanks a lot **** ENDING LOGGING AT Sat Nov 17 03:00:00 2012