From 6216347485573e9971497fcd427fb3e13636d266 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 1 Apr 2018 07:55:24 +0000 Subject: Fix private-lib This fixes https://github.com/netblue30/firejail/issues/1841. --- etc/gnome-calculator.profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/gnome-calculator.profile b/etc/gnome-calculator.profile index d13208a1e..dbadc6519 100644 --- a/etc/gnome-calculator.profile +++ b/etc/gnome-calculator.profile @@ -6,7 +6,6 @@ include /etc/firejail/gnome-calculator.local # Persistent global definitions include /etc/firejail/globals.local - include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc @@ -32,7 +31,7 @@ shell none disable-mnt private-bin gnome-calculator private-dev -private-lib +private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4,libgnutls.so.30,libplotinus.so,libproxy.so.1,librsvg-2.so.2,libxml2.so.2 private-tmp #memory-deny-write-execute - breaks on Arch -- cgit v1.2.3-54-g00ecf From 620d3f93fb5e62016a4e7eebfacad4353f4472a4 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 1 Apr 2018 07:58:43 +0000 Subject: Fix the fix Forgot to take out [libplotinus.so](https://github.com/p-e-w/plotinus). Something I use myself in all GTK apps, but which isn't needed whatsoever for gnome-calculator. --- etc/gnome-calculator.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/gnome-calculator.profile b/etc/gnome-calculator.profile index dbadc6519..a219ac644 100644 --- a/etc/gnome-calculator.profile +++ b/etc/gnome-calculator.profile @@ -31,7 +31,7 @@ shell none disable-mnt private-bin gnome-calculator private-dev -private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4,libgnutls.so.30,libplotinus.so,libproxy.so.1,librsvg-2.so.2,libxml2.so.2 +private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4,libgnutls.so.30,libproxy.so.1,librsvg-2.so.2,libxml2.so.2 private-tmp #memory-deny-write-execute - breaks on Arch -- cgit v1.2.3-54-g00ecf