mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6776] Not clear why an app is being blocked by firejail #3368
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#3368
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 @aguaviva on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6776
firejail should report a clear message explaining why it wont allow an app run.
I know about
a more clear message would be:
Firejail killed app because it tried to attempt which is forbidden according to config file
@kmk3 commented on GitHub (Jun 12, 2025):
Basic debugging information is missing; please follow the bug report template:
@kmk3 commented on GitHub (Jun 12, 2025):
This complaint is rather broad and unclear without a specific example.
That's not how firejail works; firejail doesn't "kill" anything.
firejail does not do anything after it executes the app (other than perhaps
cleanup after the app exits).
As it pertains to firejail, either:
message before the app is started.
exits/aborts (for example, because it cannot access something).
the app (due to a seccomp/landlock/apparmor/selinux/etc violation).
If it's the first case, which message is unclear?
If it's the second case, the app is the one responsible for its own error
messages, not firejail.
If you believe that a given app's error message is unclear, you could report it
as a bug to the app developers.
If it's the third case, the kill reason should be listed in the audit log (for
example, see
dmesg -H).@rusty-snake commented on GitHub (Jun 12, 2025):
None ofthem should kill (except for seccomp when manually configured to kill instead of errno). All should return an EPERM or similar (unsure about x32).
@aguaviva commented on GitHub (Jun 14, 2025):
Sorry for the lame bug, a number o things were not working (thumbnails were not getting created) and I found super hard to debug the issue. I was expecting some simple/actionable messages in the log but couldn't figure out anything. Uninstalling firejail solved the issue but is not the ideal solution as I rather help how to improve things (but I failed to figure out how).