mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2204] Error: --net and --net=none are mutually exclusive #1475
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#1475
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 @Zypherspace on GitHub (Oct 18, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2204
When
--netis defined in a profile, including the parameter (i.e.-net=none) to a firejail launch string results in:Error: --net and --net=none are mutually exclusiveThe only way I have found to override the global profile is to use a
--noprofilestring. It would be useful if the launch parameter would override global or local profiles for granular control.@Vincent43 commented on GitHub (Oct 18, 2018):
Does
--net=xxx --ignore=networks?@Zypherspace commented on GitHub (Oct 20, 2018):
Yes that solves it.
--ignore=net --net=noneoverrides profile defined network per instance. Thanks!