mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #98] firejail --list and --tree do not show all sandboxed process names #59
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#59
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 @curiosity-seeker on GitHub (Oct 25, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/98
I'm running several applications sandboxed with Firejail. Here's what KSysGuard shows:
where soffice.bin has a "zombie" status.
firejail --list shows:
firejail --tree shows:
Thus, for libreoffice only the PIDs are shown but not the process names. I had libreoffice started by clicking an .ods file in the krusader filemanager.
@netblue30 commented on GitHub (Oct 25, 2015):
Did soffice.bin crash?
@curiosity-seeker commented on GitHub (Oct 25, 2015):
No, it didn't. It was still running when I made those screenshots. FWIW, it was started with a start script in /usr/local/bin (discussed in another issue here):
firejail --profile=/home/xxx/.config/firejail/libreoffice.profile /usr/bin/libreoffice "$@"@netblue30 commented on GitHub (Oct 25, 2015):
Definitely a bug, I'll have to fix it. Thanks!
@netblue30 commented on GitHub (Oct 31, 2015):
On Debian jessie seems to be working fine:
Do you still have the problem?
@curiosity-seeker commented on GitHub (Oct 31, 2015):
No, strangely enough I can't reproduce at the moment. I had observed the same phenomenon in the past days, but right now I'm not able to demonstrate it. Sorry - I'll keep watching it.
However, I still see a zombie process. Example:
This is what pstree shows (krusader's parent process is kdeinit5):
EDIT: ps auxf may be more informative
@netblue30 commented on GitHub (Oct 31, 2015):
OK, let's keep it open for now, maybe we can get to the bottom of it. What distro are you on?
@curiosity-seeker commented on GitHub (Oct 31, 2015):
I'm using Manjaro (Arch derivative).
@ghost commented on GitHub (Nov 9, 2015):
Same problem with vlc, if the file name has spaces( doesn't have "zombie" though).
EDIT: Oups, no. It's when they are weird characters, like "ö è Ũ ĐỆ Ồ Ê Chinese characters...." anywhere, in the line that --tree/--list is supposed to show, that it doesn't show. And it's universal for all applications. Probably a unicode issue. I didn't reproduce the "zombie" though, this on 0.9.34.
firejail tools doesn't even show the PID.
@netblue30 commented on GitHub (Nov 13, 2015):
I guess this is a more generic bug, I'll have to find a way to fix it.
@netblue30 commented on GitHub (Nov 14, 2015):
@pirate486743186: following up on your idea with utf8, this is what I got:
All that is needed is an executable program with utf8 characters in the name. Thanks!
@netblue30 commented on GitHub (Nov 14, 2015):
All fixed!