mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
20 lines
553 B
Text
20 lines
553 B
Text
# Firejail profile for icecat
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/icecat.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/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 /etc/firejail/firefox-common.profile
|