Skip to content
Snippets Groups Projects
Commit fb8e8e6f authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

wrap: Set the env var to adjust libshared-library-guard configuration path


When inside a Flatpak container, we expect that
`libshared-library-guard.so` looks for its blocklist configuration in
`/app/etc/freedesktop-sdk.ld.so.blockedlist`.

This will not work because we bind `/app` in `/run/parent/app`. For this
reason, when we detect this situation, we set the environment variable
`SHARED_LIBRARY_GUARD_CONFIG` to point `libshared-library-guard` in the
correct path.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 4fd9f791
No related branches found
No related tags found
1 merge request!309wrap: Set the env var to adjust libshared-library-guard configuration path
Pipeline #13410 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment