mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6701] python3: --timeout does not kill the program (docker) #3341
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#3341
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 @NoonePauseferg on GitHub (Apr 5, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6701
Description
Describe the bug
Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
after 1s command exit
Actual behavior
inf running proc, which do not exit
Behavior without a profile
same
Additional context
Environment
uname -srm): Linux 5.15.0-1044-nvidia x86_64firejail --version): 0.9.72Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@rusty-snake commented on GitHub (Apr 5, 2025):
@NoonePauseferg commented on GitHub (Apr 5, 2025):
hm, how can i disable it?
@rusty-snake commented on GitHub (Apr 5, 2025):
Check what you have running
firejail --list(or--tree).@NoonePauseferg commented on GitHub (Apr 5, 2025):
@NoonePauseferg commented on GitHub (Apr 5, 2025):
Install it like this
@rusty-snake commented on GitHub (Apr 5, 2025):
You are running inside docker?!
@NoonePauseferg commented on GitHub (Apr 5, 2025):
yeah, I use cloud for gpu training and need firejail there for code testing
i cant do it?
@kmk3 commented on GitHub (Apr 5, 2025):
Note that we do not maintain that version of firejail:
Versions other than the latest usually have outdated profiles and may contain
bugs and security vulnerabilities that were fixed in later versions.
See also:
Note that the current distribution packages may not contain the latest version
(for example, see #6702), in which case it's recommended to build from source:
What happens with the latest released version?
Does it work outside of docker?
@shaoohua commented on GitHub (Sep 5, 2025):
Did you make it work inside docker? I got same issue.