Skip to content

Commit

Permalink
Add MS Edge Beta profile
Browse files Browse the repository at this point in the history
Profile for Dev channel already exists. Profile for "standard" Edge does
as well but is a redirect to Dev profile

See
b9b65f6

Fixes netblue30#4409
  • Loading branch information
Fred-Barclay committed Jul 18, 2021
1 parent 6422a67 commit 42a0351
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions etc/profile-m-z/microsoft-edge-beta.profile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42a0351

Please sign in to comment.