mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5291] chromium: umatrix does not show the list of domains #2944
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emdete on GitHub (Aug 3, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5291
Description
when i start chromium with firejail umatrix does not work anymore, the icon appears, the menue opens but it shows no list of domains
Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
umatrix working the same way as it does without firejail
Actual behavior
umatrix doesnt show the list of domains
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin a terminal?it works as expected
Additional context
Any other detail that may help to understand/debug the problem
i installed chromium and the extension (webext-umatrix) via system package.
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@rusty-snake commented on GitHub (Aug 3, 2022):
Please use the bug report template for bug reports, it contains the question you need to answer to debug your problem.
@kmk3 commented on GitHub (Aug 18, 2022):
Thanks for including more information.
Just make sure to post a comment after making a significant edit, as GitHub
does not notify on edits alone. I only noticed it because I was checking some
labels and happened to open this issue.
@kmk3 commented on GitHub (Aug 19, 2022):
@emdete commented on Aug 3:
Where is the extension installed at on the system?
@rusty-snake commented on GitHub (Aug 28, 2022):
What happens if you close all running instances of chromium and run
firejail --private /usr/bin/firejail?@emdete commented on GitHub (Sep 3, 2022):
i ran
firejail --private /usr/bin/chromiumwhich leads to a chromium without the profile. looking at uMatrix shows that its not really working while the pages lack all js feature, no clue whats going on doing that.debian installs it via
webext-umatrixin/usr/share/webext/umatrix.which is mentioned in
chromium-common.profile:whitelist /usr/share/webext@rusty-snake commented on GitHub (Sep 10, 2022):
Can you ignore/comment all lines starting with
whitelist /usr/shareandinclude whitelist-use-share-common.incin chromium.profile and chromium-common.profile and try again. If this does not work, ignore/comment all whitelist, blacklist, disable-*.inc in them and try again.@rusty-snake commented on GitHub (Oct 30, 2022):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.