aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-03-14 23:29:53 +0000
committerLibravatar GitHub <noreply@github.com>2023-03-14 23:29:53 +0000
commit2cb40fbecd313eeefc9894a0cac11652b1cafb73 (patch)
tree7b2999e21a18409f52757908732cf61468285bff /etc/profile-m-z
parentprofiles: drop hostname option (#5702) (diff)
downloadfirejail-2cb40fbecd313eeefc9894a0cac11652b1cafb73.tar.gz
firejail-2cb40fbecd313eeefc9894a0cac11652b1cafb73.tar.zst
firejail-2cb40fbecd313eeefc9894a0cac11652b1cafb73.zip
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
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/microsoft-edge-beta.profile5
-rw-r--r--etc/profile-m-z/microsoft-edge-dev.profile5
-rw-r--r--etc/profile-m-z/microsoft-edge-stable.profile11
-rw-r--r--etc/profile-m-z/microsoft-edge.profile5
4 files changed, 23 insertions, 3 deletions
diff --git a/etc/profile-m-z/microsoft-edge-beta.profile b/etc/profile-m-z/microsoft-edge-beta.profile
index 63844ad70..6843c11c7 100644
--- a/etc/profile-m-z/microsoft-edge-beta.profile
+++ b/etc/profile-m-z/microsoft-edge-beta.profile
@@ -1,5 +1,5 @@
1# Firejail profile for Microsoft Edge Beta 1# Firejail profile for Microsoft Edge Beta
2# Description: Web browser from Microsoft,beta channel 2# Description: Web browser from Microsoft, beta channel
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include microsoft-edge-beta.local 5include microsoft-edge-beta.local
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.cache/microsoft-edge-beta 9noblacklist ${HOME}/.cache/microsoft-edge-beta
10noblacklist ${HOME}/.config/microsoft-edge-beta 10noblacklist ${HOME}/.config/microsoft-edge-beta
11noblacklist /opt/microsoft/msedge-beta/msedge-sandbox
11 12
12mkdir ${HOME}/.cache/microsoft-edge-beta 13mkdir ${HOME}/.cache/microsoft-edge-beta
13mkdir ${HOME}/.config/microsoft-edge-beta 14mkdir ${HOME}/.config/microsoft-edge-beta
@@ -15,6 +16,8 @@ whitelist ${HOME}/.cache/microsoft-edge-beta
15whitelist ${HOME}/.config/microsoft-edge-beta 16whitelist ${HOME}/.config/microsoft-edge-beta
16 17
17whitelist /opt/microsoft/msedge-beta 18whitelist /opt/microsoft/msedge-beta
19# private-opt might break the file-copy-limit, see #5307
20#private-opt microsoft
18 21
19# Redirect 22# Redirect
20include chromium-common.profile 23include chromium-common.profile
diff --git a/etc/profile-m-z/microsoft-edge-dev.profile b/etc/profile-m-z/microsoft-edge-dev.profile
index b01fd7c25..b9cdaf98b 100644
--- a/etc/profile-m-z/microsoft-edge-dev.profile
+++ b/etc/profile-m-z/microsoft-edge-dev.profile
@@ -1,5 +1,5 @@
1# Firejail profile for Microsoft Edge Dev 1# Firejail profile for Microsoft Edge Dev
2# Description: Web browser from Microsoft,dev channel 2# Description: Web browser from Microsoft, dev channel
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include microsoft-edge-dev.local 5include microsoft-edge-dev.local
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.cache/microsoft-edge-dev 9noblacklist ${HOME}/.cache/microsoft-edge-dev
10noblacklist ${HOME}/.config/microsoft-edge-dev 10noblacklist ${HOME}/.config/microsoft-edge-dev
11noblacklist /opt/microsoft/msedge-dev/msedge-sandbox
11 12
12mkdir ${HOME}/.cache/microsoft-edge-dev 13mkdir ${HOME}/.cache/microsoft-edge-dev
13mkdir ${HOME}/.config/microsoft-edge-dev 14mkdir ${HOME}/.config/microsoft-edge-dev
@@ -15,6 +16,8 @@ whitelist ${HOME}/.cache/microsoft-edge-dev
15whitelist ${HOME}/.config/microsoft-edge-dev 16whitelist ${HOME}/.config/microsoft-edge-dev
16 17
17whitelist /opt/microsoft/msedge-dev 18whitelist /opt/microsoft/msedge-dev
19# private-opt might break file-copy-limit, see #5307
20#private-opt microsoft
18 21
19# Redirect 22# Redirect
20include chromium-common.profile 23include chromium-common.profile
diff --git a/etc/profile-m-z/microsoft-edge-stable.profile b/etc/profile-m-z/microsoft-edge-stable.profile
new file mode 100644
index 000000000..c5b2b4301
--- /dev/null
+++ b/etc/profile-m-z/microsoft-edge-stable.profile
@@ -0,0 +1,11 @@
1# Firejail profile for Microsoft Edge Stable
2# Description: Web browser from Microsoft, stable channel
3# This file is overwritten after every install/update
4# Persistent local customizations
5include microsoft-edge-stable.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include 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 @@
1# Firejail profile for Microsoft Edge 1# Firejail profile for Microsoft Edge
2# Description: Web browser from Microsoft,stable channel 2# Description: Web browser from Microsoft, stable channel
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include microsoft-edge.local 5include microsoft-edge.local
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.cache/microsoft-edge 9noblacklist ${HOME}/.cache/microsoft-edge
10noblacklist ${HOME}/.config/microsoft-edge 10noblacklist ${HOME}/.config/microsoft-edge
11noblacklist /opt/microsoft/msedge/msedge-sandbox
11 12
12mkdir ${HOME}/.cache/microsoft-edge 13mkdir ${HOME}/.cache/microsoft-edge
13mkdir ${HOME}/.config/microsoft-edge 14mkdir ${HOME}/.config/microsoft-edge
@@ -15,6 +16,8 @@ whitelist ${HOME}/.cache/microsoft-edge
15whitelist ${HOME}/.config/microsoft-edge 16whitelist ${HOME}/.config/microsoft-edge
16 17
17whitelist /opt/microsoft/msedge 18whitelist /opt/microsoft/msedge
19# private-opt might break default file-copy-limit, see #5307
20#private-opt microsoft
18 21
19# Redirect 22# Redirect
20include chromium-common.profile 23include chromium-common.profile