Randall Craig wrote: > * Ronald G Minnich ([EMAIL PROTECTED]) on [020118 15:36] wrote: > >>Forget the floppy entirely. Get a linuxbios-capable motherboard, put an 8M >>DoC on it, and you put a firewall on that. Then you have 8M to put your >>firewall code in. >> > > The advantage of removable media is that you can make it read only. > Which adds an extra layer of security. I am not that familiar > with disk on a chip, so perhaps you could make the filesystem > read only when it boots up. Any other suggestions? >
You can disable write in NFTL layer in Linux MTD driver for DoC. This actually makes the filesystem read-only. Ollie
