main()
{
fork();
open("/dev/ttyS0",0);
}
will trigger this.
> Does this matter?
I'm basically of the opinion that anyone who can cause a module to be loaded
should be considered to have some kind of trust anyhow... this means if you
use serial ports as a module, then anything that can open these devices
should be considered special so some extent.
-Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu