mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Improve hints for allowing browser access to Gnome extensions connector
Fixes #4177.
This commit is contained in:
parent
9320350669
commit
5a7e6c4ecb
2 changed files with 7 additions and 2 deletions
|
|
@ -12,6 +12,10 @@ include chromium-common.local
|
|||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
# Add the next line to your chromium-common.local if you want Google Chrome/Chromium browser
|
||||
# to have access to Gnome extensions (extensions.gnome.org) via browser connector
|
||||
#include allow-python3.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
|
|
@ -73,8 +73,9 @@ whitelist /usr/share/vulkan
|
|||
# GNOME Shell integration (chrome-gnome-shell) needs dbus and python
|
||||
noblacklist ${HOME}/.local/share/gnome-shell
|
||||
whitelist ${HOME}/.local/share/gnome-shell
|
||||
ignore dbus-user none
|
||||
ignore dbus-system none
|
||||
dbus-user.talk ca.desrt.dconf
|
||||
dbus-user.talk org.gnome.ChromeGnomeShell
|
||||
dbus-user.talk org.gnome.Shell
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python3.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue