Backport crypto, mdraid and part plugins removal to v2020
The crypto, mdraid and part plugins were not available on our images, but yet udisks2 was trying to load them generating warnings like the ones below:
Feb 14 10:12:09 apertis udisksd[219]: failed to load module crypto: libbd_crypto.so.2: cannot open shared object file: No such file or directory
Feb 14 10:12:09 apertis udisksd[219]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Feb 14 10:12:09 apertis udisksd[219]: failed to load module part: libbd_part.so.2: cannot open shared object file: No such file or directory
Feb 14 10:12:09 apertis udisksd[219]: Failed to load the 'part' libblockdev plugin
Feb 14 10:12:09 apertis udisksd[219]: Failed to load the 'mdraid' libblockdev plugin
Feb 14 10:12:09 apertis udisksd[219]: Failed to load the 'crypto' libblockdev plugin
This MR backports the fixes to fully disable them.
See APERTIS-6725
Edited by Emanuele Aina