mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2513] firejail doesn't detach #1633
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#1633
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 @vorticalbox on GitHub (Mar 4, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2513
I am running parrotOS and some times when I run a terminal command such as vscodeium . the terminal doesn't detach and just sits in the terminal.
@smitsohu commented on GitHub (Mar 12, 2019):
You mean the sandbox keeps running after you close the main app? If this happens there is still a process running inside the sandbox. Firejail only shuts down when the sandbox is empty.
You could run
firejail --treeto get an idea what is going on.@vorticalbox commented on GitHub (Mar 12, 2019):
Normally when you run a command such as firejail firefox
The process stops in the terminal window but from time to it just stops at the last part until you close it
@smitsohu commented on GitHub (Mar 12, 2019):
You mean until you close the terminal ... ?
@vorticalbox commented on GitHub (Mar 12, 2019):
Close the app.
normaly the command stops and drops you back into the shell not wait until thwbapp is closed
@smitsohu commented on GitHub (Mar 12, 2019):
Actually this is what I would expect to happen. When you run
firejail firefoxthe next time and you drop back right away into the shell, can you check the output offirejail --listif Firefox is indeed sandboxed?@chiraag-nataraj commented on GitHub (May 21, 2019):
@vorticalbox, were you able to check this?
@vorticalbox commented on GitHub (May 21, 2019):
I'm afraid not I haven't done any security testing at work that has required me to spin up my VM.
If I have time tomorrow I'll give it a go.
@rusty-snake commented on GitHub (May 22, 2019):
https://github.com/netblue30/firejail/issues/2698#issuecomment-493028100
@chiraag-nataraj commented on GitHub (May 31, 2019):
@vorticalbox I'm going to go ahead and close this for now, but please feel free to re-open if you're able to test out our suggestion.