aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mousepad.profile2
-rw-r--r--src/firejail/fs_lib2.c7
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/mousepad.profile b/etc/mousepad.profile
index 85344db5d..e44750f99 100644
--- a/etc/mousepad.profile
+++ b/etc/mousepad.profile
@@ -29,5 +29,5 @@ tracelog
29 29
30private-bin mousepad 30private-bin mousepad
31private-dev 31private-dev
32private-lib gio 32private-lib
33private-tmp 33private-tmp
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