From b78e2d0b5bad1154fa68f9680c37f9c28f114eaa Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 24 Mar 2018 14:20:25 +0000 Subject: more restrictive private-lib Using Arch Linux (Gnome Shell 3.26.2, Mutter WM, as in [#1711](https://github.com/netblue30/firejail/issues/1711)). After playing with several Gnome apps and `private-lib` conditions, it looks like there's progress to report. I made a few PR's today on the same topic, usually leaving things commented as to leave room for more eyes to double-check. In this case I took the liberty to throw in an uncommented one for eog. Please respond or rectify if this was uncalled for. --- etc/eog.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/eog.profile b/etc/eog.profile index 545a6e432..475abc4a5 100644 --- a/etc/eog.profile +++ b/etc/eog.profile @@ -37,7 +37,7 @@ shell none private-bin eog private-dev private-etc fonts -private-lib +private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4 private-tmp #memory-deny-write-execute - breaks on Arch -- cgit v1.2.3-54-g00ecf