Getting libapparmor.so.1 for use by a Lutris-installed game

I have had difficulty getting Lutris-installed GOG Baldur’s Gate Enhanced Edition to run after install. Two shared libraries were not available after a successful install using a Lutris script found in the Source GOG

libssl.1.0.0
libapparmor.so.1

I did end up getting the game to run by adding a Steam lib folder path containing a libssl.1.0.0 to LD_LIBRARY_PATH. After doing this, I found a lightscribe application that has libapparmor.so.1, I ended up making a soft-link of that file to the Steam lib folder.

So the question is whether it is possible to facilitate downloading these missing libraries into Lutris? It seems quite unlovely to have to manually make these links. Are there any Lutris (or other) methods to get older shared object files like libapparmor.so.1.

While my distribution (Mageia 10) does have a package containing libssl1.1, it appears there are no packages that supply libapparmor.so.1. Mageia uses its own msec tool for similar functionality.