[PR #21] [MERGED] Implement the --private-home option #3508

Closed
opened 2026-05-05 10:02:44 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: private-home


📝 Commits (1)

  • d3c1cf1 Implement 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-home option is another way of specifying --private.keep. The --private.keep option still works, but the documentation now only lists the --private-home option.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/21 **Author:** [@ghost](https://github.com/ghost) **Created:** 8/13/2015 **Status:** ✅ Merged **Merged:** 8/14/2015 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `private-home` --- ### 📝 Commits (1) - [`d3c1cf1`](https://github.com/netblue30/firejail/commit/d3c1cf120a8303e5408637da5a21543796d09f90) Implement the --private-home option as an alternative name for --private.keep ### 📊 Changes **9 files changed** (+17 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This implements the enhancement in issue #15 - the `--private-home` option is another way of specifying `--private.keep`. The `--private.keep` option still works, but the documentation now only lists the `--private-home` option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:02:44 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3508
No description provided.