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