mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6056] virt-manager: cannot initialize network (Debian 12) #3168
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#3168
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 @Alex-Farol on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6056
Description
Virt Manager cannot initialize isolated network
Steps to Reproduce
Expected behavior
To initialize any virtual network inside Virt Manager
Actual behavior
Get an error message saying that PATH environment variable is not set
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Sadly, get the same behavior.
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@ghost commented on GitHub (Oct 20, 2023):
That's correct. But
qemu-launcherdoes apparently:e5334dbe96/src/firecfg/firecfg.config (L712)And qemu-launcher.profile has the
restrict-namespacesoption:e5334dbe96/etc/profile-m-z/qemu-launcher.profile (L28)Have you tried a
qemu-launcher.localyet toignore restrict-namespaces?@Alex-Farol commented on GitHub (Oct 28, 2023):
@glitsj16, I doesn't work.
@ghost commented on GitHub (Nov 1, 2023):
We still don't know which profile is causing this, do we? Run firecfg --clean, comment top half of
firecfg.config, run firecfg. Rinse and repeat with commenting different parts of firecfg.config until we find the culprit. Ugly, but I don't see much else we can do right now.@rusty-snake commented on GitHub (Nov 1, 2023):
Or just watch firemon ...