Never read the udev cache data from the system, as this might make properties of system devices leak through our mocked udev, such as headsets showing up as internal devices.
Thanks! The change makes sense, I'll just check if I can add a unit test. (Probaby difficult as there's not a lot of udev data on trivial devices which are available in a container, but let's see..)
Never read the udev cache data from the system, as this might make properties of system devices leak through our mocked udev, such as headsets showing up as internal devices.
Closes: https://github.com/martinpitt/umockdev/issues/213