mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3522] integrate join(-or-start) with dbus options #2214
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#2214
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 @smitsohu on GitHub (Jul 18, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3522
Bug and expected behavior
Joining a sandbox is partially broken if the sandbox was started with a dbus filter.
When feeding a sandbox name or one of the first two sandbox pids into the
joincommand, Firejail dies withError: no valid sandbox. Feeding a different pid intojoinworks fine.Firejail should join the namespaces of the sandbox, but the issue here is that it instead tries to join xdg-dbus-proxy's namespaces.
Reproduce
Steps to reproduce the behavior (example):
firejail --name=test --dbus-system=filter --dbus-system.talk=org.freedesktop.DBusfirejail --join=test@smitsohu commented on GitHub (Jul 18, 2020):
#3521 doesn't fix this issue
@smitsohu commented on GitHub (Aug 24, 2020):
Fixed in
dbab21a018Thanks @netblue30 !