mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #2845] [MERGED] improve support for home directories outside /home #4555
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#4555
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/2845
Author: @smitsohu
Created: 7/9/2019
Status: ✅ Merged
Merged: 7/9/2019
Merged by: @netblue30
Base:
master← Head:homedir2📝 Commits (3)
8bff773add symlink resolution for home directories74e5911move to fd based homedir mounts9b2bbfcmain.c: define O_PATH (CentOS 6 fix)📊 Changes
8 files changed (+135 additions, -45 deletions)
View changed files
📝
etc/firejail.config(+3 -0)📝
src/firejail/checkcfg.c(+2 -0)📝
src/firejail/firejail.h(+1 -0)📝
src/firejail/fs.c(+4 -5)📝
src/firejail/fs_home.c(+59 -29)📝
src/firejail/fs_whitelist.c(+9 -1)📝
src/firejail/main.c(+43 -8)📝
src/firejail/restrict_users.c(+14 -2)📄 Description
whitelisting is still half broken in some cases (when home directory is in one of the other allowed top level directories), but the workarounds are getting easier :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.