> According to John Labovitz:
> >
> > fd1 = open("/dev/biosguard", O_WRONLY);
> > fd2 = open("/dev/bios", O_WRONLY);
> > write(fd2, newbioscode, newbioscodelen);
> > close(fd2);
> > close(fd1);
> >
>
> I like this even better than my own ioctl guard idea.
Especially if it obeys securelevel
Regards,
Damien Miller
| WWW: http://silicon.vitnet.com.sg
| PGP public key: send me an email with "send file pgp_key" as the subject
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu