mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2888] Warning - networking feature is disabled in Firejail configuration file @ Opera #1804
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#1804
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 @ghost on GitHub (Aug 4, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2888
Hi!
When I run opera with firejail command in terminal, terminal shows me:
Warning: networking feature is disabled in Firejail configuration file
Internet is working in Opera Browser.
How can I fix that?
@ghost commented on GitHub (Aug 4, 2019):
@Vincent43 commented on GitHub (Aug 4, 2019):
This may be caused by
restricted-network yesin /etc/firejail/firejail.config. I think it doesn't affect--dnsoption so you may ignore it. If for some reason you want to get rid of that message, please setrestricted-network yesin above config file.@ghost commented on GitHub (Aug 4, 2019):
I set
restricted-network no
and the error is gone in terminal (output)
Can I leave it to 'no' or better to yes?
My internet is working with both: 'yes+no'
@rusty-snake commented on GitHub (Aug 4, 2019):
firejail.config:
restricted-network = yesmeans that a normal use can't use--interface,--eth(except of--net=none) and--netfilter. If you need no one of this, you can set it to yes without issues (and harden your system a little bit more).@ghost commented on GitHub (Aug 4, 2019):
I set it back to 'yes'...
Thanks for the help. :-)
@ghost commented on GitHub (Aug 4, 2019):
(SOLVED)