From 2ec445ac8dbdd2e6a63e7b3aedd0c0c8fc6b1b45 Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Sun, 19 Aug 2018 18:48:02 +0100 Subject: qutebrowser.profile: noblacklist /usr/lib/llvm Fixes https://github.com/netblue30/firejail/issues/2087 --- etc/qutebrowser.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/qutebrowser.profile b/etc/qutebrowser.profile index 430ba9212..d4d8e3b97 100644 --- a/etc/qutebrowser.profile +++ b/etc/qutebrowser.profile @@ -16,6 +16,9 @@ noblacklist ${PATH}/python3* noblacklist /usr/lib/python2* noblacklist /usr/lib/python3* +# with >=llvm-4 mesa drivers need llvm stuff +noblacklist /usr/lib/llvm* + include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-interpreters.inc -- cgit v1.2.3-54-g00ecf