aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/librewolf.profile
diff options
context:
space:
mode:
authorLibravatar Vladislav Nepogodin <nepogodin.vlad@gmail.com>2021-04-20 00:04:10 +0400
committerLibravatar GitHub <noreply@github.com>2021-04-19 20:04:10 +0000
commit98ed4717bd8b9e28e69904d7ca9caf4deb4e94c3 (patch)
treebe38412fbe58b411e83f36c8648c85240242fc4b /etc/profile-a-l/librewolf.profile
parentunblock tor support in brave (#4200) (diff)
downloadfirejail-98ed4717bd8b9e28e69904d7ca9caf4deb4e94c3.tar.gz
firejail-98ed4717bd8b9e28e69904d7ca9caf4deb4e94c3.tar.zst
firejail-98ed4717bd8b9e28e69904d7ca9caf4deb4e94c3.zip
Update Librewolf profile and Add Sway profile (#4164)
* Add Sway profile * Fix issue Not working then including firefox-common-addons.profile * Allow sway's fallback config * So I agree with @glitsj16 and @BL4CKH47H4CK3R so.. `No its not needed as it reveals lots of important /usr/share folders like /usr/share/fonts which can used for font fingerprinting and OS detection. Like the site or attacker will know that which font you are using. Linux and windows common font are not same so its a problem. Besides there are so many other important folders as I see. Librewolf can launch and work perfectly without this options` * well.. Revert `include whitelist-usr-share-common.inc` Sync with Firefox profile * 😄 What just hapened * 🔄 Sync with upstream * Merge tested from PR * 🔄 Sync with upstream * Merge tested from PR * Revert changes * Add Sway profile * Fix issue Not working then including firefox-common-addons.profile * Allow sway's fallback config * So I agree with @glitsj16 and @BL4CKH47H4CK3R so.. `No its not needed as it reveals lots of important /usr/share folders like /usr/share/fonts which can used for font fingerprinting and OS detection. Like the site or attacker will know that which font you are using. Linux and windows common font are not same so its a problem. Besides there are so many other important folders as I see. Librewolf can launch and work perfectly without this options` * 🔄 Rebase * 😄 What just hapened * Merge tested from PR * 🔄 Sync with upstream * Merge tested from PR * Revert changes * Update * Update librewolf.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Diffstat (limited to 'etc/profile-a-l/librewolf.profile')
-rw-r--r--etc/profile-a-l/librewolf.profile34
1 files changed, 31 insertions, 3 deletions
diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile
index 8e891a930..0934e1271 100644
--- a/etc/profile-a-l/librewolf.profile
+++ b/etc/profile-a-l/librewolf.profile
@@ -18,12 +18,40 @@ whitelist ${HOME}/.librewolf
18#noblacklist ${HOME}/.mozilla 18#noblacklist ${HOME}/.mozilla
19#whitelist ${HOME}/.mozilla 19#whitelist ${HOME}/.mozilla
20 20
21# librewolf requires a shell to launch on Arch. We can possibly remove sh though. 21# Uncomment or put in your librewolf.local one of the following whitelist to enable KeePassXC Plugin
22# Add the next line to your librewolf.local to enable private-bin. 22# NOTE: start KeePassXC before Librewolf and keep it open to allow communication between them
23#private-bin bash,dbus-launch,dbus-send,env,librewolf,python*,sh,which 23#whitelist ${RUNUSER}/kpxc_server
24#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
25
26whitelist /usr/share/doc
27whitelist /usr/share/gtk-doc/html
28whitelist /usr/share/mozilla
29whitelist /usr/share/webext
30include whitelist-usr-share-common.inc
31
32# Add the next line to your librewolf.local to enable private-bin (Arch Linux).
33#private-bin dbus-launch,dbus-send,librewolf,sh
24# Add the next line to your librewolf.local to enable private-etc. Note 34# Add the next line to your librewolf.local to enable private-etc. Note
25# that private-etc must first be enabled in firefox-common.local. 35# that private-etc must first be enabled in firefox-common.local.
26#private-etc librewolf 36#private-etc librewolf
27 37
38dbus-user filter
39# Uncomment or put in your librewolf.local to enable native notifications.
40#dbus-user.talk org.freedesktop.Notifications
41# Uncomment or put in your librewolf.local to allow to inhibit screensavers
42#dbus-user.talk org.freedesktop.ScreenSaver
43# Uncomment or put in your librewolf.local for plasma browser integration
44#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration
45#dbus-user.talk org.kde.JobViewServer
46#dbus-user.talk org.kde.kuiserver
47# Uncomment or put in your librewolf.local to allow screen sharing under wayland.
48#whitelist ${RUNUSER}/pipewire-0
49#dbus-user.talk org.freedesktop.portal.*
50# Also uncomment or put in your librewolf.local if screen sharing sharing still
51# does not work with the above lines (might depend on the portal
52# implementation)
53#ignore noroot
54ignore dbus-user none
55
28# Redirect 56# Redirect
29include firefox-common.profile 57include firefox-common.profile