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