aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/microsoft-edge.profile
blob: ededb9cbdf023b3595146305bc2fda851a124e0c (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
# Description: Web browser from Microsoft, stable channel
# This file is overwritten after every install/update
# Persistent local customizations
include microsoft-edge.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/microsoft-edge
noblacklist ${HOME}/.config/microsoft-edge
noblacklist /opt/microsoft/msedge/msedge-sandbox

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

whitelist /opt/microsoft/msedge
# private-opt might break default file-copy-limit, see #5307
#private-opt microsoft

# Redirect
include chromium-common.profile