mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #15] Add --private-home as an alternate name for --private.keep #15
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#15
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?
Originally created by @ghost on GitHub (Aug 12, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/15
We now have the options "--private-dev" and "--private-etc", but the equivalent for the $HOME directory is called "--private.keep". This looks different, as it doesn't include the directory name and it uses a dot instead of a minus sign.
A nice little enhancement would be to have a "--private-home" option that is just another name for "--private.keep". Old scripts wouldn't have to change (as "--private.keep" would still work) but it would make the commands more consistent.
@netblue30 commented on GitHub (Aug 12, 2015):
It makes sense, I'll clean it up and phase out private.keep in one or two releases.
@ghost commented on GitHub (Aug 12, 2015):
That's great news, thank you!
@ghost commented on GitHub (Aug 13, 2015):
I implemented it and put up a pull request for it. I also made two other pull requests for minor changes, I hope you don't mind!
@netblue30 commented on GitHub (Aug 14, 2015):
Thanks, I'm merging them now.
@ghost commented on GitHub (Aug 14, 2015):
That's great, thank you!