mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[PR #21] [MERGED] Implement the --private-home option #3508
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#3508
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/21
Author: @ghost
Created: 8/13/2015
Status: ✅ Merged
Merged: 8/14/2015
Merged by: @netblue30
Base:
master← Head:private-home📝 Commits (1)
d3c1cf1Implement the --private-home option as an alternative name for --private.keep📊 Changes
9 files changed (+17 additions, -15 deletions)
View changed files
📝
src/firejail/arg-checking.txt(+1 -1)📝
src/firejail/firejail.h(+3 -3)📝
src/firejail/fs_home.c(+3 -3)📝
src/firejail/main.c(+3 -2)📝
src/firejail/profile.c(+2 -1)📝
src/firejail/sandbox.c(+1 -1)📝
src/firejail/usage.c(+1 -1)📝
src/man/firejail-profile.txt(+1 -1)📝
src/man/firejail.txt(+2 -2)📄 Description
This implements the enhancement in issue #15 - the
--private-homeoption is another way of specifying--private.keep. The--private.keepoption still works, but the documentation now only lists the--private-homeoption.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.