Originally posted by: n0cmonkey
That's a bad place to have a bug...
very, you'd expect a firewall to keep things OUT.
Originally posted by: Nothinman
very, you'd expect a firewall to keep things OUT.
It does. The gotcha is that if this bug is exploited the box crashes and keeps everything out.
(also, would it be possible to move something like iptables out of the kernel and into userland?)
Though it does block everything I wouldnt consider the box crashing a "good" job. 😉So are you saying that's the kernel developers doing a little bit TOO good of a job?
Feel free to correct me if I'm wrong, but I'm under the impression it's dont at the kernel for performance reasons; overhead would be much higher if it were done at the user level.(also, would it be possible to move something like iptables out of the kernel and into userland?)
Originally posted by: spyordie007
Though it does block everything I wouldnt consider the box crashing a "good" job. 😉So are you saying that's the kernel developers doing a little bit TOO good of a job?
Feel free to correct me if I'm wrong, but I'm under the impression it's dont at the kernel for performance reasons; overhead would be much higher if it were done at the user level.(also, would it be possible to move something like iptables out of the kernel and into userland?)
Feel free to correct me if I'm wrong, but I'm under the impression it's dont at the kernel for performance reasons; overhead would be much higher if it were done at the user level.