"The line is wrong:
/sys/devices/**/usb[0-9]*/** r,
correct is:
/sys/devices/*/*/usb[0-9]*/** r,"
'/sys/devices/**/usb[0-9]*/**' is a superset of '/sys/devices/*/*/usb[0-9]*/**', so this change should not be needed. '/run/udev/data/** r' grants a lot of information to all VMs and should not be added without more information.
"The line is wrong: devices/ **/usb[ 0-9]*/* * r, devices/ */*/usb[ 0-9]*/* * r,"
/sys/
correct is:
/sys/
'/sys/devices/ **/usb[ 0-9]*/* *' is a superset of '/sys/devices/ */*/usb[ 0-9]*/* *', so this change should not be needed. '/run/udev/data/** r' grants a lot of information to all VMs and should not be added without more information.
Can you give steps to reproduce?