mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3196] Running "firejail --join=" does not work #1998
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#1998
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 @diepfote on GitHub (Jan 29, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3196
I mentioned it in https://github.com/netblue30/firejail/pull/3159#discussion_r372366986 after it was merged.
Running
$ firejail --join=gummi ls -aRafter$ firejail --name=gummi --ignore=private-bin --profile=/etc/firejail/gummi.profile --private /usr/bin/gummidoes not work for me.I just see the contents of the current directory.
Could you give me a hint?
@rusty-snake commented on GitHub (Jan 29, 2020):
So
firejail --noprofile --private --name=test sleep 1m & sleep 5s ; firejail --join=test lshas the same output asls?@diepfote commented on GitHub (Jan 29, 2020):
No. That works. Funny.
I did not quit gummi when I was trying that earlier. Looks like it might be related to gummi or my custom profile.
@diepfote commented on GitHub (Jan 29, 2020):
gummi.local had this:
This prevents debugging:
Disabling local configs fixed it though.