[PR #4635] [MERGED] deterministic-shutdown option #5213

Closed
opened 2026-05-05 10:34:20 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: noorphans


📝 Commits (1)

  • e20960a deterministic-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-remains was 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/4635 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 10/24/2021 **Status:** ✅ Merged **Merged:** 11/13/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `noorphans` --- ### 📝 Commits (1) - [`e20960a`](https://github.com/netblue30/firejail/commit/e20960ab4561f1cb97c69114f56b19b48db311c3) deterministic-shutdown option ### 📊 Changes **15 files changed** (+40 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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-remains` was suggested by @msva. Tracked in #4440 Closes #928 Closes #3042 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:34:20 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5213
No description provided.