mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
It was enabled in firefox-common.inc on commit34d004892("private-etc: corss-distro test for curl, gimp, inkscape, firefox, warzone2100", 2023-01-28), but not in the profiles that include it. Enable it in the including profiles as well. Note: This was already done for firefox.profile on commit76249284f("firefox: fix private-etc firefox", 2023-06-02) / PR #5844. Relates to #6400.
20 lines
476 B
Text
20 lines
476 B
Text
# Firejail profile for icecat
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include icecat.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/mozilla
|
|
noblacklist ${HOME}/.mozilla
|
|
|
|
mkdir ${HOME}/.cache/mozilla/icecat
|
|
mkdir ${HOME}/.mozilla
|
|
whitelist ${HOME}/.cache/mozilla/icecat
|
|
whitelist ${HOME}/.mozilla
|
|
whitelist /usr/share/icecat
|
|
|
|
private-etc icecat
|
|
|
|
# Redirect
|
|
include firefox-common.profile
|