Rusty Russell wrote: > On Monday 15 December 2008 06:33:53 Dave Jones wrote: >> On Sun, Dec 14, 2008 at 06:09:17PM +0100, Jozsef Kadlecsik wrote: >> > In a >normal< system one usually does not use raw sockets. So if a root >> > process do use raw socket, at least netfilter sends a notification and >> > there's a chance that someone take notice it by checking the kernel logs. >> >> 'normal' systems are irrelevant here. This message is triggerable remotely. > > I don't think it can be. This is for truncated locally-generated outgoing > packets, which can only happen when root is playing with raw sockets. Yes, it can only be triggered locally by root. > As you can probably tell, I was the one who wrote this printk :) IMHO, > one reasonable complaint is sufficient to have it removed, so just remove > it. If anyone thinks it's valuable, put a static counter < 5 around it > and add pid/comm info. I've queued this patch to remove it.