Package: firejail
Version: 0.9.38-1
Tags: patch
I tried using opera 12.16 with firejail, and it did not find its own
configuration files any more. The following patch to
/etc/firejail/opera.profile solve the problem, bu allowing access to
~/.opera/.
diff --git a/firejail/opera.profile b/firejail/opera.profile
index a76806e..3a92ce3 100644
--- a/firejail/opera.profile
+++ b/firejail/opera.profile
@@ -6,6 +6,7 @@ include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
netfilter
whitelist ~/.config/opera
+whitelist ~/.opera
whitelist ${DOWNLOADS}
whitelist ~/.cache/opera
include /etc/firejail/whitelist-common.inc
--
Happy hacking
Petter Reinholdtsen