From f3f739c5dc2ad4f75f793773f4dd0cc34307129c Mon Sep 17 00:00:00 2001 From: Quentin RETORNAZ Date: Thu, 11 Aug 2022 20:52:04 +0200 Subject: microsoft-edge.profile: rewrite profile for stable channel * replaced private-opt by whitelist #5307 * added stable channel config dirs to disable-programs.inc --- etc/profile-m-z/microsoft-edge.profile | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/microsoft-edge.profile b/etc/profile-m-z/microsoft-edge.profile index f427507d1..4cd8c85a5 100644 --- a/etc/profile-m-z/microsoft-edge.profile +++ b/etc/profile-m-z/microsoft-edge.profile @@ -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 -- cgit v1.2.3-54-g00ecf From 121e043df23438ca90a6523487478ee9011766f5 Mon Sep 17 00:00:00 2001 From: Quentin RETORNAZ Date: Thu, 11 Aug 2022 21:00:15 +0200 Subject: microsoft-edge-{dev,beta}: replaced private-opt by whitelist #5307 --- etc/profile-m-z/microsoft-edge-beta.profile | 2 +- etc/profile-m-z/microsoft-edge-dev.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/microsoft-edge-beta.profile b/etc/profile-m-z/microsoft-edge-beta.profile index 095038f08..63844ad70 100644 --- a/etc/profile-m-z/microsoft-edge-beta.profile +++ b/etc/profile-m-z/microsoft-edge-beta.profile @@ -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 diff --git a/etc/profile-m-z/microsoft-edge-dev.profile b/etc/profile-m-z/microsoft-edge-dev.profile index 039cd36a8..b01fd7c25 100644 --- a/etc/profile-m-z/microsoft-edge-dev.profile +++ b/etc/profile-m-z/microsoft-edge-dev.profile @@ -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 -- cgit v1.2.3-54-g00ecf