mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #919] Disable warning for disabled networking #623
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#623
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 @peterzhu2118 on GitHub (Nov 18, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/919
I have set Firejail to be quiet. If I set networking to be off in
firejail.configI get the outputWarning: networking features are disabled in Firejail configuration fileevery time I run something. How can I disable this?@vn971 commented on GitHub (Nov 18, 2016):
Firejail does have a quiet mode
firejail --quiet --noprofile echo 123, would that work for you? It won't print any firejail-specific warnings that way AFAIUnderstand.In normal mode, firejail does consider the "networking features" thing to be serious enough for a warning.
@peterzhu2118 commented on GitHub (Nov 19, 2016):
Even when using the
--noprofileflag thefirejail.configfile is still loaded right? Is there some way of not disabling the profile while not printing the warning?@vn971 commented on GitHub (Nov 19, 2016):
@peterzhu2118 the profile
/etc/firejail/default.profileis NOT loaded when you use --noprofile.firejail.configis loaded in all cases.Not that, if I understand it correctly, firejail prints a warning only when you try to use an unsopported feature. Just disabling "networking" and launching
firejail --noprofiledoes not result in a warning on my system.@peterzhu2118 commented on GitHub (Nov 19, 2016):
@vn971 So would it be possible to load that profile without outputting the warning? What do you mean by an "unsupported feature"? Does that mean disabling networking is an unsupported feature?
@netblue30 commented on GitHub (Nov 19, 2016):
It is a bug, --quiet should have disabled the message. I'll make sure it gets fixed in the next release.
@peterzhu2118 commented on GitHub (Nov 19, 2016):
@netblue30 When can I expect the next release? I wish I could fix this but unfortunately I don't know C.
@netblue30 commented on GitHub (Nov 19, 2016):
My plan is to have it out by the end of next week.
@peterzhu2118 commented on GitHub (Nov 19, 2016):
@netblue30 Thats great. Thank you so much!
@netblue30 commented on GitHub (Nov 20, 2016):
No problem. I'll let you know when is done.
@netblue30 commented on GitHub (Nov 21, 2016):
All fixed. I would suggest you move on the bugfix branch here: https://github.com/netblue30/firejail/tree/0.9.44-bugfixes - it is more stable, almost ready for a new release.