[PR #702] [MERGED] Added more overlay options #3724

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/702
Author: @hamzadis
Created: 8/12/2016
Status: Merged
Merged: 8/16/2016
Merged by: @netblue30

Base: masterHead: overlay-changes


📝 Commits (1)

  • 32e6cb2 added more overlay options

📊 Changes

5 files changed (+176 additions, -43 deletions)

View changed files

📝 src/firejail/firejail.h (+2 -1)
📝 src/firejail/fs.c (+42 -12)
📝 src/firejail/main.c (+78 -22)
📝 src/firejail/usage.c (+14 -4)
📝 src/man/firejail.txt (+40 -4)

📄 Description

This pull request adds two new overlay options:

  • --overlay-named - creates and uses a named overlay in the ~/.firejail directory
  • --overlay-path - creates and uses an overlay in an arbitrary location

These changes fulfil the enhancement requests outlined in #239.
Now, the comments in that issue did mention a security problem with this feature, so I am not sure if my changes qualify as safe. Would love to see some comments about that.


🔄 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/702 **Author:** [@hamzadis](https://github.com/hamzadis) **Created:** 8/12/2016 **Status:** ✅ Merged **Merged:** 8/16/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `overlay-changes` --- ### 📝 Commits (1) - [`32e6cb2`](https://github.com/netblue30/firejail/commit/32e6cb2b6425b48c9cc2d456f81460ec6b3fc5b3) added more overlay options ### 📊 Changes **5 files changed** (+176 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/firejail.h` (+2 -1) 📝 `src/firejail/fs.c` (+42 -12) 📝 `src/firejail/main.c` (+78 -22) 📝 `src/firejail/usage.c` (+14 -4) 📝 `src/man/firejail.txt` (+40 -4) </details> ### 📄 Description This pull request adds two new overlay options: - `--overlay-named` - creates and uses a named overlay in the ~/.firejail directory - `--overlay-path` - creates and uses an overlay in an arbitrary location These changes fulfil the enhancement requests outlined in #239. Now, the comments in that issue did mention a security problem with this feature, so I am not sure if my changes qualify as safe. Would love to see some comments about that. --- <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:06:46 -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#3724
No description provided.