summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2018-03-07 17:52:16 +0000
committerLibravatar GitHub <noreply@github.com>2018-03-07 17:52:16 +0000
commit7272c524f700ca0b6b4e0552d2d10b73f29b3d11 (patch)
treeede370fe47fbc8437dd27a474ab60f19429b2971 /etc
parentfix whitelist /dev/fd,stdin,stdout,stderr - #1778 (diff)
downloadfirejail-7272c524f700ca0b6b4e0552d2d10b73f29b3d11.tar.gz
firejail-7272c524f700ca0b6b4e0552d2d10b73f29b3d11.tar.zst
firejail-7272c524f700ca0b6b4e0552d2d10b73f29b3d11.zip
Disable memory-deny-write-execute in evince profile
It started breaking application in Archlinux, see https://github.com/netblue30/firejail/issues/1803
Diffstat (limited to 'etc')
-rw-r--r--etc/evince.profile2
1 files changed, 1 insertions, 1 deletions
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
39#private-lib - seems to be breaking on Gnome Shell 3.26.2, Mutter WM, issue 1711 39#private-lib - seems to be breaking on Gnome Shell 3.26.2, Mutter WM, issue 1711
40private-tmp 40private-tmp
41 41
42memory-deny-write-execute 42#memory-deny-write-execute - breaks application on Archlinux, issue 1803
43noexec ${HOME} 43noexec ${HOME}
44noexec /tmp 44noexec /tmp