mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #702] [MERGED] Added more overlay options #3724
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#3724
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/702
Author: @hamzadis
Created: 8/12/2016
Status: ✅ Merged
Merged: 8/16/2016
Merged by: @netblue30
Base:
master← Head:overlay-changes📝 Commits (1)
32e6cb2added 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 locationThese 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.