mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3676] [MERGED] Allow --tmpfs and --bind inside $HOME for unprivileged users #4846
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#4846
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/3676
Author: @rusty-snake
Created: 10/16/2020
Status: ✅ Merged
Merged: 10/25/2020
Merged by: @netblue30
Base:
master← Head:tmpfs-inside-home📝 Commits (2)
1ebdf89Allow --tmpfs inside $HOME for unprivileged usersfb35ad6Likewise allow --bind inside $HOME for users📊 Changes
3 files changed (+23 additions, -9 deletions)
View changed files
📝
RELNOTES(+3 -0)📝
src/firejail/fs.c(+8 -0)📝
src/firejail/profile.c(+12 -9)📄 Description
--tmpfs was added in 0.9.14 and restricted to root only in 0.9.38
due to priv-esc CVE-2016-10117 (e.g. --tmpfs=/etc and modify
/etc/sudoers). This commit reintroduce it for normal users, if the
realpath of it is inside users-home.
BTW: Could we not allow tmpfs complete if nnp is enforced?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.