Skip to content

Commit

Permalink
Merge pull request netblue30#3848 from bbhtt/browsers
Browse files Browse the repository at this point in the history
Add profiles for MS Edge dev build for Linux and Librewolf
  • Loading branch information
reinerh committed Dec 29, 2020
2 parents a91e35c + 14c9b31 commit ebe0623
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ blacklist ${HOME}/.config/meteo-qt
blacklist ${HOME}/.config/menulibre.cfg
blacklist ${HOME}/.config/mfusion
blacklist ${HOME}/.config/Microsoft
blacklist ${HOME}/.config/microsoft-edge-dev
blacklist ${HOME}/.config/midori
blacklist ${HOME}/.config/mirage
blacklist ${HOME}/.config/mono
Expand Down Expand Up @@ -555,6 +556,7 @@ blacklist ${HOME}/.kino-history
blacklist ${HOME}/.kinorc
blacklist ${HOME}/.klatexformula
blacklist ${HOME}/.kodi
blacklist ${HOME}/.librewolf
blacklist ${HOME}/.lincity-ng
blacklist ${HOME}/.links
blacklist ${HOME}/.linphone-history.db
Expand Down Expand Up @@ -942,10 +944,12 @@ blacklist ${HOME}/.cache/ksplashqml
blacklist ${HOME}/.cache/kube
blacklist ${HOME}/.cache/kwin
blacklist ${HOME}/.cache/libgweather
blacklist ${HOME}/.cache/librewolf
blacklist ${HOME}/.cache/liferea
blacklist ${HOME}/.cache/lutris
blacklist ${HOME}/.cache/Mendeley Ltd.
blacklist ${HOME}/.cache/matrix-mirage
blacklist ${HOME}/.cache/microsoft-edge-dev
blacklist ${HOME}/.cache/midori
blacklist ${HOME}/.cache/minetest
blacklist ${HOME}/.cache/mirage
Expand Down
28 changes: 28 additions & 0 deletions etc/profile-a-l/librewolf.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Firejail profile for Librewolf
# Description: Firefox fork based on privacy
# This file is overwritten after every install/update
# Persistent local customizations
include librewolf.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/librewolf
noblacklist ${HOME}/.librewolf

mkdir ${HOME}/.cache/librewolf
mkdir ${HOME}/.librewolf
whitelist ${HOME}/.cache/librewolf
whitelist ${HOME}/.librewolf

# Uncomment (or add to librewolf.local) the following lines if you want to
# use the migration wizard.
#noblacklist ${HOME}/.mozilla
#whitelist ${HOME}/.mozilla

# librewolf requires a shell to launch on Arch. We can possibly remove sh though.
#private-bin bash,dbus-launch,dbus-send,env,librewolf,python*,sh,which
# private-etc must first be enabled in firefox-common.profile
#private-etc librewolf

# Redirect
include firefox-common.profile
20 changes: 20 additions & 0 deletions etc/profile-m-z/microsoft-edge-dev.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Firejail profile for Microsoft Edge Dev
# Description: Web browser from Microsoft,dev channel
# This file is overwritten after every install/update
# Persistent local customizations
include microsoft-edge-dev.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/microsoft-edge-dev
noblacklist ${HOME}/.config/microsoft-edge-dev

mkdir ${HOME}/.cache/microsoft-edge-dev
mkdir ${HOME}/.config/microsoft-edge-dev
whitelist ${HOME}/.cache/microsoft-edge-dev
whitelist ${HOME}/.config/microsoft-edge-dev

private-opt microsoft

# Redirect
include chromium-common.profile
11 changes: 11 additions & 0 deletions etc/profile-m-z/microsoft-edge.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Firejail profile for Microsoft Edge
# Description: Web browser from Microsoft
# 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

# Redirect
include microsoft-edge-dev.profile
3 changes: 3 additions & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ kwrite
leafpad
# less - breaks man
libreoffice
librewolf
liferea
lightsoff
lincity-ng
Expand Down Expand Up @@ -474,6 +475,8 @@ mencoder
mendeleydesktop
menulibre
meteo-qt
microsoft-edge
microsoft-edge-dev
midori
min
mindless
Expand Down

0 comments on commit ebe0623

Please sign in to comment.