aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/microsoft-edge-beta.profile
blob: 63844ad70330ca827852e1a440c649c0c9b33407 (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

whitelist /opt/microsoft/msedge-beta

# Redirect
include chromium-common.profile