Hi everyone
First post here. I've searched first before asking, both in here and on google.

At the moment i successfully created a multiseat environment. 2 seats, 2 keyboard/mouse, 2 monitors and 1 dual-headed graphic card.

The monitors have several usb ports in them, so what i would like to do is, based on the port that the device is connected, the (for example) flash drive will only appear to the associated user using that seat.

My idea is to create rules for udev, based on the physical address of the USB ports, changing the mount point accordingly (to something like /home/LOGGED_USER_ON_THIS_SEAT/media).

I never messed with udev, i checked the man page and rules can be based on "--device", but usb port address is never mentioned.

Where should i look to get this setup working?

Thank you in advance
Hartimer

P.S.: Off topic and haven't exhaustivly searched, since the multiseat config that each time a pendrive is plugged in, the root password is required. Afaik this is because the system considers this session "not active". How can i change this on suse?