aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 13:06:13 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 13:06:13 -0400
commit0db7e0b218b1f432cd44fbcead42c9af29c8d332 (patch)
treea3a06a990bd82ea3e404ffbde17d5843eec33eea /src/fldd
parentAdd a profile for ZAProxy (diff)
downloadfirejail-0db7e0b218b1f432cd44fbcead42c9af29c8d332.tar.gz
firejail-0db7e0b218b1f432cd44fbcead42c9af29c8d332.tar.zst
firejail-0db7e0b218b1f432cd44fbcead42c9af29c8d332.zip
private-lib: Mint fix
Diffstat (limited to 'src/fldd')
-rw-r--r--src/fldd/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fldd/main.c b/src/fldd/main.c
index c04daa0ed..04557f349 100644
--- a/src/fldd/main.c
+++ b/src/fldd/main.c
@@ -52,8 +52,9 @@ static const char * const default_lib_paths[] = {
52 "/usr/lib/x86_64-linux-gnu", 52 "/usr/lib/x86_64-linux-gnu",
53 LIBDIR, 53 LIBDIR,
54 "/usr/local/lib", 54 "/usr/local/lib",
55 "/usr/lib/x86_64-linux-gnu/mesa", // libGL.so is sometimes a symlink into this directory
55 NULL 56 NULL
56}; // Note: this array is duplicated in src/firejail/fs_lib.c 57};
57 58
58 59
59typedef struct storage_t { 60typedef struct storage_t {