From 2cb40fbecd313eeefc9894a0cac11652b1cafb73 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 14 Mar 2023 23:29:53 +0000 Subject: microsoft-edge fixes (#5697) * microsoft-edge*: fix spacing * Create microsoft-edge-stable.profile Relates to #5696. * firecfg.config: add support for microsoft-edge-stable redirect * disable-common.inc: blacklist msedge SUID executables * microsoft-edge: add private-opt and allow internal sandbox access --- etc/profile-m-z/microsoft-edge.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z/microsoft-edge.profile') diff --git a/etc/profile-m-z/microsoft-edge.profile b/etc/profile-m-z/microsoft-edge.profile index 4cd8c85a5..ededb9cbd 100644 --- a/etc/profile-m-z/microsoft-edge.profile +++ b/etc/profile-m-z/microsoft-edge.profile @@ -1,5 +1,5 @@ # Firejail profile for Microsoft Edge -# Description: Web browser from Microsoft,stable channel +# Description: Web browser from Microsoft, stable channel # This file is overwritten after every install/update # Persistent local customizations include microsoft-edge.local @@ -8,6 +8,7 @@ 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 @@ -15,6 +16,8 @@ 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 -- cgit v1.2.3-70-g09d2