mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -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.
22 lines
591 B
Text
22 lines
591 B
Text
# Firejail profile for cyberfox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include cyberfox.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.8pecxstudios
|
|
noblacklist ${HOME}/.cache/8pecxstudios
|
|
|
|
mkdir ${HOME}/.8pecxstudios
|
|
mkdir ${HOME}/.cache/8pecxstudios
|
|
whitelist ${HOME}/.8pecxstudios
|
|
whitelist ${HOME}/.cache/8pecxstudios
|
|
whitelist /usr/share/8pecxstudios
|
|
whitelist /usr/share/cyberfox
|
|
|
|
#private-bin cyberfox,dbus-launch,dbus-send,env,sh,which
|
|
private-etc cyberfox
|
|
|
|
# Redirect
|
|
include firefox-common.profile
|