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
488 B
Text
20 lines
488 B
Text
# Firejail profile for abrowser
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include abrowser.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/mozilla
|
|
noblacklist ${HOME}/.mozilla
|
|
|
|
mkdir ${HOME}/.cache/mozilla/abrowser
|
|
mkdir ${HOME}/.mozilla
|
|
whitelist ${HOME}/.cache/mozilla/abrowser
|
|
whitelist ${HOME}/.mozilla
|
|
whitelist /usr/share/abrowser
|
|
|
|
private-etc abrowser
|
|
|
|
# Redirect
|
|
include firefox-common.profile
|