Skip to content
Snippets Groups Projects
Commit 4ed95f98 authored by Simon McVittie's avatar Simon McVittie
Browse files

bwrap: When we bind /usr, also bind /etc/ld.so.conf*


We'll need those if we want to run ldconfig.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent d065b38e
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,9 @@ pv_bwrap_bind_usr (FlatpakBwrap *bwrap,
static const char * const bind_etc[] =
{
"alternatives",
"ld.so.cache"
"ld.so.cache",
"ld.so.conf",
"ld.so.conf.d",
};
gsize i;
......
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