From 7272c524f700ca0b6b4e0552d2d10b73f29b3d11 Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Wed, 7 Mar 2018 17:52:16 +0000 Subject: Disable memory-deny-write-execute in evince profile It started breaking application in Archlinux, see https://github.com/netblue30/firejail/issues/1803 --- etc/evince.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/evince.profile b/etc/evince.profile index bbf0505cf..76aaab233 100644 --- a/etc/evince.profile +++ b/etc/evince.profile @@ -39,6 +39,6 @@ private-etc fonts #private-lib - seems to be breaking on Gnome Shell 3.26.2, Mutter WM, issue 1711 private-tmp -memory-deny-write-execute +#memory-deny-write-execute - breaks application on Archlinux, issue 1803 noexec ${HOME} noexec /tmp -- cgit v1.2.3-54-g00ecf