aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-19 10:21:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-19 10:21:36 -0400
commit5c350c26abcbe18c9b9261380d2b481208638f01 (patch)
tree55cc2dece15afbe2f168cf0e406c53d56e9546d0 /src
parentprivate-lib: fix directory handling (diff)
downloadfirejail-5c350c26abcbe18c9b9261380d2b481208638f01.tar.gz
firejail-5c350c26abcbe18c9b9261380d2b481208638f01.tar.zst
firejail-5c350c26abcbe18c9b9261380d2b481208638f01.zip
private-lib: hardcoding GIO library, removed gio from mousepad; GIO will be added automatically if libgio-x.y.so is installed
Diffstat (limited to 'src')
-rw-r--r--src/firejail/fs_lib2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/firejail/fs_lib2.c b/src/firejail/fs_lib2.c
index 307a6b11b..86e7c0ba7 100644
--- a/src/firejail/fs_lib2.c
+++ b/src/firejail/fs_lib2.c
@@ -184,6 +184,13 @@ SysLib syslibs[] = {
184 "", // dir2 184 "", // dir2
185 "GIRepository" // message 185 "GIRepository" // message
186 }, 186 },
187 { // GIO
188 "libgio", // library
189 0, 0, // len and found flag
190 "gio", // dir1
191 "", // dir2
192 "GIO" // message
193 },
187 { // Enchant speller 194 { // Enchant speller
188 "libenchant.so.", // library 195 "libenchant.so.", // library
189 0, 0, // len and found flag 196 0, 0, // len and found flag