aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 20:47:08 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 20:47:08 -0400
commit6cc001b20d6a474947f586d6b7180aed3620631e (patch)
tree5aadccb4cd8e190c17b3e1c6517216d1b8db4fce /src
parentkubuntu 17.04 fixes (diff)
downloadfirejail-6cc001b20d6a474947f586d6b7180aed3620631e.tar.gz
firejail-6cc001b20d6a474947f586d6b7180aed3620631e.tar.zst
firejail-6cc001b20d6a474947f586d6b7180aed3620631e.zip
private-lib cleanup
Diffstat (limited to 'src')
-rw-r--r--src/firejail/fs_lib2.c4
-rw-r--r--src/fldd/main.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/firejail/fs_lib2.c b/src/firejail/fs_lib2.c
index 4c2c15ebd..307a6b11b 100644
--- a/src/firejail/fs_lib2.c
+++ b/src/firejail/fs_lib2.c
@@ -191,14 +191,14 @@ SysLib syslibs[] = {
191 "", // dir2 191 "", // dir2
192 "Enchant (speller)" // message 192 "Enchant (speller)" // message
193 }, 193 },
194 { 194 { // Qt5 - lots of problems on Arch Linux, Qt5 version 5.9.1 - disabled in all apps profiles
195 "libQt5", // library 195 "libQt5", // library
196 0, 0, // len and found flag 196 0, 0, // len and found flag
197 "qt5", // dir1 197 "qt5", // dir1
198 "gdk-pixbuf-2.0", // dir2 198 "gdk-pixbuf-2.0", // dir2
199 "Qt5, GdkPixbuf" // message 199 "Qt5, GdkPixbuf" // message
200 }, 200 },
201 { 201 { // Qt4
202 "libQtCore", // library 202 "libQtCore", // library
203 0, 0, // len and found flag 203 0, 0, // len and found flag
204 "qt4", // dir1 204 "qt4", // dir1
diff --git a/src/fldd/main.c b/src/fldd/main.c
index fd5c835b3..0d8292a76 100644
--- a/src/fldd/main.c
+++ b/src/fldd/main.c
@@ -52,9 +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 "/usr/lib/x86_64-linux-gnu/mesa", // libGL.so is sometimes a symlink into this directory
56 "/usr/lib/x86_64-linux-gnu/mesa-egl", // libGL.so is sometimes a symlink into this directory 56 "/usr/lib/x86_64-linux-gnu/mesa-egl", // libGL.so is sometimes a symlink into this directory
57 "/usr/lib/x86_64-linux-gnu/plasma-discover", 57// "/usr/lib/x86_64-linux-gnu/plasma-discover",
58 NULL 58 NULL
59}; 59};
60 60