mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3646] web browsers have no internet connection (resolv.conf) #2296
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#2296
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 @neurodiverseEsoteric on GitHub (Sep 26, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3646
Write clear, concise and in textual form.
Bug and expected behavior
Waterfox-Current and (ungoogled) Chromium can't reach any websites
For this to not be an issue after I uninstalled expressvpn for being worse than mullvad to the point that it outweighs the pro of having fewer ip addresses that cloudflare and other sites block automatically....
No profile or disabling firejail
firejail --noprofile PROGRAMin a shell?the issue goes away for both watherfox and chromium
whereis PROGRAM,firejail --list,stat $programpath)?the issue goes away, but i was spooked because waterfox opened a subdomain page of operatenewestheavilyapplication.icu which wanted me to download something under the pretext of a 'ugrade firefox' page (perhaps the addon chamelion partially protected me there), and I have no idea why...(that didn't happen with "
firejail --noprofile...")Reproduce
Steps to reproduce the behavior:
firejail PROGRAMfirejail waterfox-current -no-remote -ProfileManager|firewarden chromium|firejail chromiumERRORdebug text was not printed in an ADHD-friendly way, so it remains and will remain unread. However chromium complained about not being able to lookup the ip of the url (I forget what waterfox said, but I'll forget to finish this if I have to do all that over again)
N/A
N/A
Environment
lsb_release -a)LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 20.1
Codename: Mikah
firejail --version) exclusive or used git commit (git rev-parse HEAD)firejail version 0.9.62.4
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
prime-run, nohup (run before firejail, IE
prime-run firejailnohup firejail)no because they aren't run inside of firejail
Additional context
Other context about the problem like related errors to understand the problem.
the issue happened right after uninstalling expressvpn-gui (AUR), expressvpn (and systemd services) and rebooting
waterfox-current.profile might be from the PKG firejail-extra-profiles, but the issue persisted with waterfox.profile (waterfox profiles can't be loaded using firejail's firefox.profile)....
Checklist
find / -name 'firejail' 2>/dev/null/fd firejailto locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile)debug output
@rusty-snake commented on GitHub (Sep 27, 2020):
Output of
ls -l /etc/resolv.conf?@neurodiverseEsoteric commented on GitHub (Sep 27, 2020):
ah thanks. I didn't realize resolv.conf had that much influence over internet connectings...expressvpn had some leftover files and dirs after the uninstall that I had to remove manually, including a symlink to their resolv.conf...once I restored the old one the profiles worked again...