mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4635] [MERGED] deterministic-shutdown option #5213
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#5213
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/4635
Author: @smitsohu
Created: 10/24/2021
Status: ✅ Merged
Merged: 11/13/2021
Merged by: @netblue30
Base:
master← Head:noorphans📝 Commits (1)
e20960adeterministic-shutdown option📊 Changes
15 files changed (+40 additions, -13 deletions)
View changed files
📝
contrib/vim/syntax/firejail.vim(+1 -1)📝
etc/profile-a-l/akregator.profile(+1 -0)📝
etc/profile-a-l/default.profile(+1 -0)📝
etc/profile-a-l/dillo.profile(+2 -0)📝
etc/profile-a-l/ktorrent.profile(+1 -0)📝
etc/profile-m-z/server.profile(+1 -0)📝
etc/templates/profile.template(+1 -0)📝
src/firejail/firejail.h(+1 -0)📝
src/firejail/main.c(+4 -0)📝
src/firejail/profile.c(+5 -0)📝
src/firejail/sandbox.c(+9 -12)📝
src/firejail/usage.c(+1 -0)📝
src/man/firejail-profile.txt(+5 -0)📝
src/man/firejail.txt(+6 -0)📝
src/zsh_completion/_firejail.in(+1 -0)📄 Description
Sometimes sandboxed apps are outlived by their child processes which prevents the sandbox from shutting down.
Add a new option to deal with this situation.
Probably there are better names for the option, I just needed a placeholder.
kill-remainswas suggested by @msva.Tracked in #4440
Closes #928
Closes #3042
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.