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