mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4482] It seems that 8d3d67e896 breaks Firefox #2681
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#2681
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 @KOLANICH on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4482
Bug and expected behavior
Firefox cannot access internet after
8d3d67e896No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?: works/usr/bin/vlc)?: worksReproduce
Steps to reproduce the behavior:
firejail firefoxEnvironment
lsb_release -a,screenfetchorcat /etc/os-release) Ubuntu 21.04 hirsutefirejail --version) exclusive or used git commit (git rev-parse HEAD)8d3d67e896Additional context
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.: n/aLC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.Debug output contains nothing useful at the moments I try to open websites from Firefox.
UPD: after manually replacing the files from a good commit with the ones of
f4b36e8032it stopped breaking onf4b36e8032. Now it breaks on8d3d67e896@rusty-snake commented on GitHub (Aug 27, 2021):
Where does your
/etc/resolv.confpoint?@KOLANICH commented on GitHub (Aug 27, 2021):
/run/resolvconf/resolv.conf(127.0.0.53)@rusty-snake commented on GitHub (Aug 27, 2021):
Then we should
whitelist /run/resolvconf/resolv.confin whitelist-run-common.inc too.@KOLANICH commented on GitHub (Sep 3, 2021):
Thank you.
@mjanonis commented on GitHub (Sep 3, 2021):
On Arch Linux,
/etc/resolv.confpoints to/run/systemd/resolve/stub-resolv.confwhen systemd-resolved is used, so that needs to get added to the whitelist too. I had the same problem and doing that fixed it.