Merge pull request #5309 from qretornaz-adapei42/master

microsoft-edge.profile rewritten for stable channel and moved microsoft-edge{,-beta,-dev} from private-opt to whitelist
This commit is contained in:
netblue30 2022-08-14 09:32:53 -04:00 committed by GitHub
commit d48736f70f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 6 deletions

View file

@ -155,6 +155,7 @@ blacklist ${HOME}/.cache/liferea
blacklist ${HOME}/.cache/lutris
blacklist ${HOME}/.cache/marker
blacklist ${HOME}/.cache/matrix-mirage
blacklist ${HOME}/.cache/microsoft-edge
blacklist ${HOME}/.cache/microsoft-edge-beta
blacklist ${HOME}/.cache/microsoft-edge-dev
blacklist ${HOME}/.cache/midori
@ -520,6 +521,7 @@ blacklist ${HOME}/.config/meld
blacklist ${HOME}/.config/menulibre.cfg
blacklist ${HOME}/.config/meteo-qt
blacklist ${HOME}/.config/mfusion
blacklist ${HOME}/.config/microsoft-edge
blacklist ${HOME}/.config/microsoft-edge-beta
blacklist ${HOME}/.config/microsoft-edge-dev
blacklist ${HOME}/.config/midori

View file

@ -14,7 +14,7 @@ mkdir ${HOME}/.config/microsoft-edge-beta
whitelist ${HOME}/.cache/microsoft-edge-beta
whitelist ${HOME}/.config/microsoft-edge-beta
private-opt microsoft
whitelist /opt/microsoft/msedge-beta
# Redirect
include chromium-common.profile

View file

@ -14,7 +14,7 @@ mkdir ${HOME}/.config/microsoft-edge-dev
whitelist ${HOME}/.cache/microsoft-edge-dev
whitelist ${HOME}/.config/microsoft-edge-dev
private-opt microsoft
whitelist /opt/microsoft/msedge-dev
# Redirect
include chromium-common.profile

View file

@ -1,11 +1,20 @@
# Firejail profile for Microsoft Edge
# Description: Web browser from Microsoft
# 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
# added by included profile
#include globals.local
include globals.local
noblacklist ${HOME}/.cache/microsoft-edge
noblacklist ${HOME}/.config/microsoft-edge
mkdir ${HOME}/.cache/microsoft-edge
mkdir ${HOME}/.config/microsoft-edge
whitelist ${HOME}/.cache/microsoft-edge
whitelist ${HOME}/.config/microsoft-edge
whitelist /opt/microsoft/msedge
# Redirect
include microsoft-edge-dev.profile
include chromium-common.profile