> Don't know how safe this is for security in the real world, but I just
> changed the permissions for the device.  I don't know how this will work
> in mdk7.0 tho.
> 
> chmod a+rw /dev/ttyS1
> 
>From security point of view I think it is better to create new group,
let's call it 'modem' and do:
chgrp modem /dev/ttyS1
chmod g+rw /dev/ttyS1
Then add users that are allowed to use modem to group 'modem' (that's what
groups in Linux are for). Giving everyone access to modem should be OK if
you are the only user on your computer but on shared machine it's much
better to control who can use modem.

Regards Suppiluliuma

--
I live to the day I die
I live to the day I cry
I'm dead the day I lie

Reply via email to