mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #383] Firefox doesn't recognize when network settings have changed #276
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#276
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 @chiraag-nataraj on GitHub (Mar 24, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/383
I'm trying to figure out which file(s) I need to whitelist in /etc/ to enable Firefox to detect that the network settings have changed. I've whitelisted resolv.conf, hosts, and nsswitch.conf (because I thought it might help). Other applications like Skype seem to not have a problem despite having similarly restrictive profiles.
Here's my Firefox profile:
@netblue30 commented on GitHub (Mar 25, 2016):
Your profile looks fine, how do you change network settings?
@chiraag-nataraj commented on GitHub (Mar 25, 2016):
I use wicd network manager to connect and disconnect from networks.
@netblue30 commented on GitHub (Mar 26, 2016):
Maybe one of the lines in the profile file disables this functionality. You can start by commenting all the lines in the profile and bringing them back one by one.
@chiraag-nataraj commented on GitHub (Mar 27, 2016):
Hmmm....it's hard to do that just because I don't often change wireless networks 😛 Most likely it has something to do with
private-etcorprivate-bin, but I'm not sure.@netblue30 commented on GitHub (Mar 27, 2016):
I would disable private-bin and private-etc from the profile file, and in a separate terminal I would run "sudo firemon". This will list all the programs running in firejail sandboxes as they are started. Than I would go and play with the network. In case the problem is private-bin you'll get there new programs listed.