aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-12-30 00:04:47 +0100
committerLibravatar GitHub <noreply@github.com>2020-12-30 00:04:47 +0100
commitebe06230faab12807e881940a06ab6520f7fad26 (patch)
tree2d6fcbb27d7f5ac7fa92ac3fd01313edceaa5590 /etc/profile-a-l
parentMerge pull request #3847 from bbhtt/small_fixes (diff)
parentMerge branch 'master' into browsers (diff)
downloadfirejail-ebe06230faab12807e881940a06ab6520f7fad26.tar.gz
firejail-ebe06230faab12807e881940a06ab6520f7fad26.tar.zst
firejail-ebe06230faab12807e881940a06ab6520f7fad26.zip
Merge pull request #3848 from bbhtt/browsers
Add profiles for MS Edge dev build for Linux and Librewolf
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/librewolf.profile28
1 files changed, 28 insertions, 0 deletions
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