aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/microsoft-edge-beta.profile
blob: 095038f08cac08605b8fd83d13e33a79d70a6aa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Firejail profile for Microsoft Edge Beta
# Description: Web browser from Microsoft,beta channel
# This file is overwritten after every install/update
# Persistent local customizations
include microsoft-edge-beta.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/microsoft-edge-beta
noblacklist ${HOME}/.config/microsoft-edge-beta

mkdir ${HOME}/.cache/microsoft-edge-beta
mkdir ${HOME}/.config/microsoft-edge-beta
whitelist ${HOME}/.cache/microsoft-edge-beta
whitelist ${HOME}/.config/microsoft-edge-beta

private-opt microsoft

# Redirect
include chromium-common.profile