Hi,
I need to set permissions on a box's serial port (ttyS0) so that its always active.

On a box running Fedora-5 I modify the /etc/udev/rules.d/50-udev.rules file like this:
KERNEL=="tty[A-Z]*",NAME="%K", GROUP="MYGROUP","MODE="666"'

How do I accomplish the same with SuSE 9.1?
I checked out the /etc/udev/udev.permissions file but I don't find anything similar.

Any assistance appreciated.