Displaying 1 result from an estimated 1 matches for "cdaudio_init".
1997 Apr 23
0
Linux squake security hole (provides root if squake is installed mode 4755)
...press
(BUGTRAQ, linux-alert, linux-security, CERT advisory, etc.) in the form of a
new version of squake, just let me know. Otherwise I was planning on
sending out the word myself.
Also, just a little nit-pick. Now it looks like, on error opening
/dev/cdrom, it has something like:
printf("CDAudio_Init: open of \"/dev/cdrom\" failed(%d)\n",errno);
that error number in ()''s there is pretty useless. people will probably
start seeing "permission denied" errors there if you make the rootness stuff
work reasonably, but they won''t have any idea what the erro...