[PR #3867] [MERGED] return to non-dumpable plugins #4919

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3867
Author: @smitsohu
Created: 1/4/2021
Status: Merged
Merged: 1/15/2021
Merged by: @smitsohu

Base: masterHead: non-dumpable


📝 Commits (2)

📊 Changes

25 files changed (+75 additions, -88 deletions)

View changed files

📝 Makefile.in (+3 -3)
📝 src/fcopy/Makefile.in (+2 -2)
📝 src/fcopy/main.c (+1 -5)
📝 src/firejail/firejail.h (+0 -1)
📝 src/firejail/fs_lib.c (+6 -7)
📝 src/firejail/fs_lib2.c (+6 -1)
📝 src/firejail/main.c (+0 -5)
📝 src/firejail/util.c (+0 -14)
📝 src/fldd/Makefile.in (+2 -2)
📝 src/fldd/main.c (+1 -5)
📝 src/fnet/Makefile.in (+2 -2)
📝 src/fnet/main.c (+3 -5)
📝 src/fnetfilter/Makefile.in (+2 -2)
📝 src/fnetfilter/main.c (+3 -5)
📝 src/fsec-optimize/Makefile.in (+2 -2)
📝 src/fsec-optimize/fsec_optimize.h (+0 -1)
📝 src/fsec-optimize/main.c (+1 -5)
📝 src/fsec-print/Makefile.in (+2 -2)
📝 src/fsec-print/fsec_print.h (+0 -1)
📝 src/fsec-print/main.c (+1 -4)

...and 5 more files

📄 Description

(hopefully) fixes the issues that led to reverting
commits 6abb65d328 and 98e42dc6da


🔄 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/3867 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 1/4/2021 **Status:** ✅ Merged **Merged:** 1/15/2021 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `non-dumpable` --- ### 📝 Commits (2) - [`18e806c`](https://github.com/netblue30/firejail/commit/18e806cf6033697cefca58a2be55377c8d92dbd4) non-dumpable plugins - [`1e3891e`](https://github.com/netblue30/firejail/commit/1e3891ed00c99a913f98fc1f42805fafe38f7ff5) fix broken tests and regression on 45304621a6c600d8e30e98bfbef05149caaf56c5 ### 📊 Changes **25 files changed** (+75 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+3 -3) 📝 `src/fcopy/Makefile.in` (+2 -2) 📝 `src/fcopy/main.c` (+1 -5) 📝 `src/firejail/firejail.h` (+0 -1) 📝 `src/firejail/fs_lib.c` (+6 -7) 📝 `src/firejail/fs_lib2.c` (+6 -1) 📝 `src/firejail/main.c` (+0 -5) 📝 `src/firejail/util.c` (+0 -14) 📝 `src/fldd/Makefile.in` (+2 -2) 📝 `src/fldd/main.c` (+1 -5) 📝 `src/fnet/Makefile.in` (+2 -2) 📝 `src/fnet/main.c` (+3 -5) 📝 `src/fnetfilter/Makefile.in` (+2 -2) 📝 `src/fnetfilter/main.c` (+3 -5) 📝 `src/fsec-optimize/Makefile.in` (+2 -2) 📝 `src/fsec-optimize/fsec_optimize.h` (+0 -1) 📝 `src/fsec-optimize/main.c` (+1 -5) 📝 `src/fsec-print/Makefile.in` (+2 -2) 📝 `src/fsec-print/fsec_print.h` (+0 -1) 📝 `src/fsec-print/main.c` (+1 -4) _...and 5 more files_ </details> ### 📄 Description (hopefully) fixes the issues that led to reverting commits 6abb65d328af61d67361890743190bd4c57f8e3c and 98e42dc6da4e4b1e47ed2aa020012d4dedc1e80e --- <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:29:00 -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#4919
No description provided.