mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
19 lines
469 B
Text
19 lines
469 B
Text
# Firejail profile for enox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include enox.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/Enox
|
|
noblacklist ${HOME}/.config/Enox
|
|
|
|
#mkdir ${HOME}/.cache/dnox
|
|
#mkdir ${HOME}/.config/dnox
|
|
mkdir ${HOME}/.cache/Enox
|
|
mkdir ${HOME}/.config/Enox
|
|
whitelist ${HOME}/.cache/Enox
|
|
whitelist ${HOME}/.config/Enox
|
|
|
|
# Redirect
|
|
include chromium-common.profile
|