From 42a03511d0877690276da83bf548635d7e8ca693 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Sun, 18 Jul 2021 17:41:11 -0500 Subject: Add MS Edge Beta profile Profile for Dev channel already exists. Profile for "standard" Edge does as well but is a redirect to Dev profile See b9b65f6ca2d9e078cdc8d5de290193c476711e61 Fixes #4409 --- etc/profile-m-z/microsoft-edge-beta.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/profile-m-z/microsoft-edge-beta.profile (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 new file mode 100644 index 000000000..259d39a5f --- /dev/null +++ b/etc/profile-m-z/microsoft-edge-beta.profile @@ -0,0 +1,20 @@ +# Firejail profile for Microsoft Edge Beta +# Description: Web browser from Microsoft,beta channel +# This file is overwritten after every install/update +# Persistent local customizations +include microsoft-edge-beta.local +# Persistent global definitions +include globals.local + +nodeny ${HOME}/.cache/microsoft-edge-beta +nodeny ${HOME}/.config/microsoft-edge-beta + +mkdir ${HOME}/.cache/microsoft-edge-beta +mkdir ${HOME}/.config/microsoft-edge-beta +allow ${HOME}/.cache/microsoft-edge-beta +allow ${HOME}/.config/microsoft-edge-beta + +private-opt microsoft + +# Redirect +include chromium-common.profile \ No newline at end of file -- cgit v1.2.3-54-g00ecf