mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2638] Why? Warning: networking feature is disabled in Firejail configuration file #1668
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#1668
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 @julien-tmp on GitHub (Apr 6, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2638
Why is networking now disabled by default and how to enable it?
For example, when running Firefox I get:
I did enable the network with
network yesin/etc/firejail/firejail.config@Fred-Barclay commented on GitHub (Apr 7, 2019):
Hi @julien-tmp
Please also install
firejail-profilesfrom stretch backports so you can get the correct firefox profile. Currently, the profile isn't on your system so firejail is trying to use the default profile for firefox instead of the correct one.Cheers!
Fred
@julien-tmp commented on GitHub (Apr 7, 2019):
Hi @Fred-Barclay, thank you! I am still encountering this issue after installing the profiles:
Cheers,
Julien
@reinerh commented on GitHub (Apr 7, 2019):
You need to change
restricted-networkin the firejail.config. Or you disable the netfilter setting in the firefox profile.@julien-tmp commented on GitHub (Apr 13, 2019):
Thank you for the tip @reinerh, however, I am not sure if I understand everythin
I have it like this:
What would be the consequence to put it to no?
Does it open any security hole?
@Vincent43 commented on GitHub (Apr 13, 2019):
Putting it to
nowill allow to create new network interfaces which could bypass your network security settings.@julien-tmp commented on GitHub (Apr 15, 2019):
It worked, thanks!