mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
28 lines
886 B
Text
28 lines
886 B
Text
# Firejail profile for waterfox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/waterfox.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.cache/mozilla
|
|
noblacklist ${HOME}/.cache/waterfox
|
|
noblacklist ${HOME}/.mozilla
|
|
noblacklist ${HOME}/.waterfox
|
|
|
|
mkdir ${HOME}/.cache/mozilla/firefox
|
|
mkdir ${HOME}/.mozilla
|
|
mkdir ${HOME}/.cache/waterfox
|
|
mkdir ${HOME}/.waterfox
|
|
whitelist ${HOME}/.cache/mozilla/firefox
|
|
whitelist ${HOME}/.cache/waterfox
|
|
whitelist ${HOME}/.mozilla
|
|
whitelist ${HOME}/.waterfox
|
|
|
|
# waterfox requires a shell to launch on Arch. We can possibly remove sh though.
|
|
#private-bin waterfox,which,sh,dbus-launch,dbus-send,env,bash
|
|
# private-etc must first be enabled in firefox-common.profile
|
|
#private-etc waterfox
|
|
|
|
# Redirect
|
|
include /etc/firejail/firefox-common.profile
|