aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-11-24 01:49:00 +0000
committerLibravatar GitHub <noreply@github.com>2020-11-24 01:49:00 +0000
commiteb3f80c362c8dc95c0d23ee3a40c560d50479f93 (patch)
tree2d25cb1bc020f2837a9b2c36ee569cdcdea576fb /etc
parentAdd a profile for Lutris (diff)
downloadfirejail-eb3f80c362c8dc95c0d23ee3a40c560d50479f93.tar.gz
firejail-eb3f80c362c8dc95c0d23ee3a40c560d50479f93.tar.zst
firejail-eb3f80c362c8dc95c0d23ee3a40c560d50479f93.zip
add gnome-shell search-provider file to firefox.profile (#3768)
* allow access to gnome-shell search-provider in firefox.profile Firefox has gnome-shell search-provider support since version 78: - https://bugzilla.mozilla.org/show_bug.cgi?id=1239694 - https://mastransky.wordpress.com/2020/09/25/firefox-gnome-shell-search-provider/ * add dbus filter for gnome-shell search-provider
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/firefox.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 3472ac5c4..772aad7da 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -16,6 +16,7 @@ whitelist ${HOME}/.mozilla
16 16
17whitelist /usr/share/doc 17whitelist /usr/share/doc
18whitelist /usr/share/firefox 18whitelist /usr/share/firefox
19whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
19whitelist /usr/share/gtk-doc/html 20whitelist /usr/share/gtk-doc/html
20whitelist /usr/share/mozilla 21whitelist /usr/share/mozilla
21whitelist /usr/share/webext 22whitelist /usr/share/webext
@@ -29,6 +30,7 @@ include whitelist-usr-share-common.inc
29#private-etc firefox 30#private-etc firefox
30 31
31dbus-user filter 32dbus-user filter
33dbus-user.own org.mozilla.Firefox.*
32dbus-user.own org.mozilla.firefox.* 34dbus-user.own org.mozilla.firefox.*
33dbus-user.own org.mpris.MediaPlayer2.firefox.* 35dbus-user.own org.mpris.MediaPlayer2.firefox.*
34# Uncomment or put in your firefox.local to enable native notifications. 36# Uncomment or put in your firefox.local to enable native notifications.