mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
microsoft-edge.profile: rewrite profile for stable channel
* replaced private-opt by whitelist #5307 * added stable channel config dirs to disable-programs.inc
This commit is contained in:
parent
72eac26725
commit
f3f739c5dc
2 changed files with 15 additions and 4 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
|
||||
|
|
|
|||
|
|
@ -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