mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #5309 from qretornaz-adapei42/master
microsoft-edge.profile rewritten for stable channel and moved microsoft-edge{,-beta,-dev} from private-opt to whitelist
This commit is contained in:
commit
d48736f70f
4 changed files with 17 additions and 6 deletions
|
|
@ -155,6 +155,7 @@ blacklist ${HOME}/.cache/liferea
|
|||
blacklist ${HOME}/.cache/lutris
|
||||
blacklist ${HOME}/.cache/marker
|
||||
blacklist ${HOME}/.cache/matrix-mirage
|
||||
blacklist ${HOME}/.cache/microsoft-edge
|
||||
blacklist ${HOME}/.cache/microsoft-edge-beta
|
||||
blacklist ${HOME}/.cache/microsoft-edge-dev
|
||||
blacklist ${HOME}/.cache/midori
|
||||
|
|
@ -520,6 +521,7 @@ blacklist ${HOME}/.config/meld
|
|||
blacklist ${HOME}/.config/menulibre.cfg
|
||||
blacklist ${HOME}/.config/meteo-qt
|
||||
blacklist ${HOME}/.config/mfusion
|
||||
blacklist ${HOME}/.config/microsoft-edge
|
||||
blacklist ${HOME}/.config/microsoft-edge-beta
|
||||
blacklist ${HOME}/.config/microsoft-edge-dev
|
||||
blacklist ${HOME}/.config/midori
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue