firejail/etc/profile-a-l/cyberfox.profile
Kelvin M. Klann e8b693c814
profiles: firefox-common: fix private-etc in includers (#6435)
It was enabled in firefox-common.inc on commit 34d004892 ("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 commit 76249284f
("firefox: fix private-etc firefox", 2023-06-02) / PR #5844.

Relates to #6400.
2024-08-19 02:49:17 +00:00

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