mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
21 lines
633 B
Text
21 lines
633 B
Text
# Firejail profile for cyberfox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/cyberfox.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.8pecxstudios
|
|
noblacklist ${HOME}/.cache/8pecxstudios
|
|
|
|
mkdir ${HOME}/.8pecxstudios
|
|
mkdir ${HOME}/.cache/8pecxstudios
|
|
whitelist ${HOME}/.8pecxstudios
|
|
whitelist ${HOME}/.cache/8pecxstudios
|
|
|
|
# private-bin cyberfox,which,sh,dbus-launch,dbus-send,env
|
|
# private-etc must first be enabled in firefox-common.profile
|
|
#private-etc cyberfox
|
|
|
|
# Redirect
|
|
include /etc/firejail/firefox-common.profile
|