mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3861] firejail --list shows nothing #2429
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#2429
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 @Self-Perfection on GitHub (Jan 1, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3861
Write clear, concise and in textual form.
Bug and expected behavior
firejail --listshows nothing (no error messages, nothing at all) regardless of existence of running firejail sandboxes.It used to work about a year ago, with firejail 0.9.60. But does not show anything with current 0.9.64
Environment
Additional context
I don't know how firejail lists active sandboxes. I suppose it somehow interacts with
/run/firejailbut I could not spot any differences in this aspect with another Ubuntu 20.04 system wherefirejail --listworks.Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.@SkewedZeppelin commented on GitHub (Jan 1, 2021):
Are you using hidepid?
@Self-Perfection commented on GitHub (Jan 4, 2021):
@SkewedZeppelin Hi
Indeed I do use hidepid. But I am quite sure half a year ago hidepid was already enabled and
firejail --listworked.@rusty-snake commented on GitHub (Jan 4, 2021):
Maybe
sudo firejail --list?@Self-Perfection commented on GitHub (Jan 4, 2021):
sudo firejail --listdoes not show anything either.But searching for "hidepid" gave me #1927 which is very much related. It gave me advice to try
firemon --listand this command works and shows list of sandboxes. At least I have workaround now.@smitsohu commented on GitHub (Jan 4, 2021):
yeah, it's caused by a change in the kernel. It should be fixed in git master.
@Self-Perfection commented on GitHub (Mar 9, 2021):
With firejail 0.9.64.4 and kernel 5.11.2-arch1-1 I now get expected output from
firejail --list. Firemon stopped showing list but gives useful hint:Seems OK to me and this issue seems to be resolved.