mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #7072] jailcheck: no results for sandboxed applications #3475
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#3475
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 @ginto37 on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/netblue30/firejail/issues/7072
Description
Describe the bug
Jailcheck returns no output for applications currently running in a firejail sandbox.
Steps to Reproduce
Steps to reproduce the behavior
firejailjailcheckExpected behavior
What you expected to happen
jailcheckshould test the sandboxes of the applications listed byfiremon --listand produce the results.Actual behavior
What actually happened
jailcheckreturns nothing for the sandboxed applicationsBehavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
N/A
Additional context
Any other detail that may help to understand/debug the problem
I'm running a multi-user system. The version of
firejailis not the latest available but the latest offered by the PPA.Environment
uname -srm):Linux 6.8.0-94-generic x86_64
Ubuntu 22.04 LTS
mesa 1:24.3.3-2"):
gedit: 41.0
firejail --version):0.9.74
was compiled (
git rev-parse HEAD):N/A
Checklist
PPA is only 0.9.74
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877)/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@netblue30 commented on GitHub (Mar 17, 2026):
Please update to the latest version: 0.9.80. You can use the deb package from the release. I'll also do some tests here, thanks for the report.
@ginto37 commented on GitHub (Apr 18, 2026):
I couldn't install the latest version. It fails with an error every time. I confirmed the checksum so the download is good.
@kmk3 commented on GitHub (Apr 18, 2026):
Does it work if you uninstall "firejail" and "firejail-profiles" before trying
to install the .deb package?