mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1889] ExpressVPN internet issues (resolv.conf) #1270
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#1270
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 @vguarnaccia on GitHub (Apr 15, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1889
Not sure if this is the best place to post this but I had an issue with the internet when using Firejail in conjunction with ExpressVPN.
After much troubling shooting, I realize it's because ExpressVPN symlinks
/etc/resolv.conf->/var/lib/expressvpn/resolv.conf. Ergo, I have to addwhitelist /var/lib/expressvpn/resolv.conftowhitelist-var-common.local.@vguarnaccia commented on GitHub (Apr 20, 2018):
In order to use the browser plugin, one should whitelist all of
/var/lib/expressvpn/.@SkewedZeppelin commented on GitHub (Apr 22, 2018):
If at all possible I'd recommend you instead use the native/real clients directly instead of using a wrapper as provided. ie. use OpenVPN or the NetworkManager VPN modules instead of the VPN providers program.
@vguarnaccia commented on GitHub (Apr 22, 2018):
Do you think I should do so for security or performance reasons?
Thanks for replying.
@SkewedZeppelin commented on GitHub (Apr 22, 2018):
Assuming for example that it is just an (potentially outdated) OpenVPN client + wrapper:
Security: Newer versions might have more bugfixes.
Performance: Newer versions might have more optimizations
Privacy: You don't necessarily know what else the client might be doing
Your distro's version might also have more aggressive compiler options set which can be more secure (-fstack -fpie -fpic) and/or more performant (-O3)
etc.
at the same time the wrapper might be making extra changes to ensure that it is correctly working (ie. no dns leaks)
you gain some you lose some 😀
@chiraag-nataraj commented on GitHub (May 2, 2018):
@SkewedZeppelin Completely OT, but this is why I've set up a mini router which sets up my VPN and ensures there are no DNS leaks and stuff. That way, I just let my laptop connect as normal without VPN. As a side bonus, anything which connects to the hotspot goes through the VPN :D