From 5c350c26abcbe18c9b9261380d2b481208638f01 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 19 Oct 2017 10:21:36 -0400 Subject: private-lib: hardcoding GIO library, removed gio from mousepad; GIO will be added automatically if libgio-x.y.so is installed --- src/firejail/fs_lib2.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') 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[] = { "", // dir2 "GIRepository" // message }, + { // GIO + "libgio", // library + 0, 0, // len and found flag + "gio", // dir1 + "", // dir2 + "GIO" // message + }, { // Enchant speller "libenchant.so.", // library 0, 0, // len and found flag -- cgit v1.2.3-54-g00ecf