i want to know how to restrict hackers, crackers,external users etc. from accessing my wvdial.conf file.
it could very well be possible that someone from the web could have a look at the file.
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in
On Feb 11, 2002 at 11:58, akshaysalkar wrote:
i want to know how to restrict hackers, crackers,external users etc. from accessing my wvdial.conf file.
chmod 000 wvdial.conf
i want to know how to restrict hackers, crackers,external users etc.
from accessing my wvdial.conf file.
chmod 000 wvdial.conf
Wo - Why keep the file then?? :) I believe this wud allow the file to become as good as deleted... Except of course that u can change permissions later,when u (obviously) cant do chmod with a deleted file... Bye, Surya __ __ |__ |__| |/ __|urya |rakash |\ompalli
Email - kompalli@cse.buffalo.edu Phone - Home - (716) 862 0366 - Work - (716) 645 6164 X 519 Website - http://www.ksuryap.freeservers.com
On Mon, 11 Feb 2002, akshaysalkar wrote:
please fix your line length.
i want to know how to restrict hackers, crackers,external users etc. from accessing my wvdial.conf file.
hackers are not interested in your wvdial.conf file - they are not interested in anything they do not own.
as far as crackers goes, if they get root on your machine, there's nothing more you can do, so your best attempt is to secure your machine.
if anyone can read your wvdial.conf file just by doing a cat, then 1) that person isn't a cracker, 2) you've got to understand file permissions.
make wvdial.conf readable only by root, make wvdial run only as root (in any case, only root should have access to your /dev/ttyS0
alternately, create a separate modem user that can do these things, and get it to run as that user (setuid).
it could very well be possible that someone from the web could have a look at the file.
how? explain how you think this might happen.