I am trying to create a UDEV rule to match/allow the use of USB devices. However, there is a twist. I want to be able to use only USB mass storage.
Is there a unique UDEV parameter that can be used to determine if a given USB device is a mass storage device? If so, what is it? How do I implement it?