mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
27 lines
708 B
Text
27 lines
708 B
Text
# Firejail profile for floorp
|
|
# Description: A customizable Firefox fork with excellent privacy protection
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include floorp.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/floorp
|
|
noblacklist ${HOME}/.floorp
|
|
noblacklist ${RUNUSER}/*floorp*
|
|
noblacklist ${RUNUSER}/psd/*floorp*
|
|
|
|
mkdir ${HOME}/.cache/floorp
|
|
mkdir ${HOME}/.floorp
|
|
whitelist ${HOME}/.cache/floorp
|
|
whitelist ${HOME}/.floorp
|
|
whitelist ${RUNUSER}/*floorp*
|
|
whitelist ${RUNUSER}/psd/*floorp*
|
|
|
|
dbus-user filter
|
|
dbus-user.own org.mozilla.floorp.*
|
|
ignore apparmor
|
|
ignore dbus-user none
|
|
|
|
# Redirect
|
|
include firefox-common.profile
|