osutil/disks: workaround to map mapper devices with their underlying disk
Trying to match a mountpoint with its underlying disk currently fails if the mountpoint is for a mapper virtual device. This happens because diskFromPartUDevProps is using the ID_PART_ENTRY_DISK udev property to retrieve the MINOR and MAJOR IDs of the partition and that field is not present for mapper devices.
The extra use case that this is needed for is for partitions mounted with verity by mount. When attempting to mount a disk under /dev with verity options, mount will create automatically a mapper device under /dev/mapper following the naming convention <partition_name> -> libmnt_
These APIs are not meant to be called for tmpfs based mountpoints but they are excluded anyway from the workaround. This for example covers virtual devices that get auto-created by mount under i.e /dev/mapper/libmnt_tmpfs.