aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/microsoft-edge-beta.profile
blob: 6843c11c73ce5eea171c91d7b38975647e93f79d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
noblacklist /opt/microsoft/msedge-beta/msedge-sandbox

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
# private-opt might break the file-copy-limit, see #5307
#private-opt microsoft

# Redirect
include chromium-common.profile