mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
20 lines
511 B
Text
20 lines
511 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
|
|
|
|
# private-etc must first be enabled in firefox-common.profile
|
|
#private-etc icecat
|
|
|
|
# Redirect
|
|
include firefox-common.profile
|