aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-28 14:15:12 +0000
committerLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-28 14:15:12 +0000
commitaf73459c5c11bc5108914ea025b793ba563f656e (patch)
tree899335b1abfdf6714a8c505aa5893c8f9013bda9 /etc
parentshell autoselection fixup (diff)
downloadfirejail-af73459c5c11bc5108914ea025b793ba563f656e.tar.gz
firejail-af73459c5c11bc5108914ea025b793ba563f656e.tar.zst
firejail-af73459c5c11bc5108914ea025b793ba563f656e.zip
Add profiles for MS Edge dev build for Linux and Librewolf
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc4
-rw-r--r--etc/profile-a-l/librewolf.profile28
-rw-r--r--etc/profile-m-z/microsoft-edge-dev.profile20
3 files changed, 52 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 07fefec8c..fe0f96857 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -308,6 +308,7 @@ blacklist ${HOME}/.config/meteo-qt
308blacklist ${HOME}/.config/menulibre.cfg 308blacklist ${HOME}/.config/menulibre.cfg
309blacklist ${HOME}/.config/mfusion 309blacklist ${HOME}/.config/mfusion
310blacklist ${HOME}/.config/Microsoft 310blacklist ${HOME}/.config/Microsoft
311blacklist ${HOME}/.config/microsoft-edge-dev
311blacklist ${HOME}/.config/midori 312blacklist ${HOME}/.config/midori
312blacklist ${HOME}/.config/mirage 313blacklist ${HOME}/.config/mirage
313blacklist ${HOME}/.config/mono 314blacklist ${HOME}/.config/mono
@@ -554,6 +555,7 @@ blacklist ${HOME}/.kino-history
554blacklist ${HOME}/.kinorc 555blacklist ${HOME}/.kinorc
555blacklist ${HOME}/.klatexformula 556blacklist ${HOME}/.klatexformula
556blacklist ${HOME}/.kodi 557blacklist ${HOME}/.kodi
558blacklist ${HOME}/.librewolf
557blacklist ${HOME}/.lincity-ng 559blacklist ${HOME}/.lincity-ng
558blacklist ${HOME}/.links 560blacklist ${HOME}/.links
559blacklist ${HOME}/.linphone-history.db 561blacklist ${HOME}/.linphone-history.db
@@ -940,9 +942,11 @@ blacklist ${HOME}/.cache/ksplashqml
940blacklist ${HOME}/.cache/kube 942blacklist ${HOME}/.cache/kube
941blacklist ${HOME}/.cache/kwin 943blacklist ${HOME}/.cache/kwin
942blacklist ${HOME}/.cache/libgweather 944blacklist ${HOME}/.cache/libgweather
945blacklist ${HOME}/.cache/librewolf
943blacklist ${HOME}/.cache/liferea 946blacklist ${HOME}/.cache/liferea
944blacklist ${HOME}/.cache/lutris 947blacklist ${HOME}/.cache/lutris
945blacklist ${HOME}/.cache/Mendeley Ltd. 948blacklist ${HOME}/.cache/Mendeley Ltd.
949blacklist ${HOME}/.cache/microsoft-edge-dev
946blacklist ${HOME}/.cache/midori 950blacklist ${HOME}/.cache/midori
947blacklist ${HOME}/.cache/minetest 951blacklist ${HOME}/.cache/minetest
948blacklist ${HOME}/.cache/mirage 952blacklist ${HOME}/.cache/mirage
diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile
new file mode 100644
index 000000000..5208cb979
--- /dev/null
+++ b/etc/profile-a-l/librewolf.profile
@@ -0,0 +1,28 @@
1# Firejail profile for Librewolf
2# Description: Firefox fork based on privacy
3# This file is overwritten after every install/update
4# Persistent local customizations
5include librewolf.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/librewolf
10noblacklist ${HOME}/.librewolf
11
12mkdir ${HOME}/.cache/librewolf
13mkdir ${HOME}/.librewolf
14whitelist ${HOME}/.cache/librewolf
15whitelist ${HOME}/.librewolf
16
17# Uncomment (or add to librewolf.local) the following lines if you want to
18# use the migration wizard.
19#noblacklist ${HOME}/.mozilla
20#whitelist ${HOME}/.mozilla
21
22# librewolf requires a shell to launch on Arch. We can possibly remove sh though.
23#private-bin bash,dbus-launch,dbus-send,env,librewolf,python*,sh,which
24# private-etc must first be enabled in firefox-common.profile
25#private-etc librewolf
26
27# Redirect
28include firefox-common.profile
diff --git a/etc/profile-m-z/microsoft-edge-dev.profile b/etc/profile-m-z/microsoft-edge-dev.profile
new file mode 100644
index 000000000..039cd36a8
--- /dev/null
+++ b/etc/profile-m-z/microsoft-edge-dev.profile
@@ -0,0 +1,20 @@
1# Firejail profile for Microsoft Edge Dev
2# Description: Web browser from Microsoft,dev channel
3# This file is overwritten after every install/update
4# Persistent local customizations
5include microsoft-edge-dev.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/microsoft-edge-dev
10noblacklist ${HOME}/.config/microsoft-edge-dev
11
12mkdir ${HOME}/.cache/microsoft-edge-dev
13mkdir ${HOME}/.config/microsoft-edge-dev
14whitelist ${HOME}/.cache/microsoft-edge-dev
15whitelist ${HOME}/.config/microsoft-edge-dev
16
17private-opt microsoft
18
19# Redirect
20include chromium-common.profile