[PR #990] [MERGED] Implement the --allow-private-blacklist option #3813

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/990
Author: @ghost
Created: 12/18/2016
Status: Merged
Merged: 12/19/2016
Merged by: @netblue30

Base: masterHead: private-blacklist


📝 Commits (2)

  • d7ce16d Remove compiler warnings on Ubuntu 16.04
  • a49147a Implement the --allow-private-blacklist option

📊 Changes

5 files changed (+20 additions, -2 deletions)

View changed files

📝 src/firejail/firejail.h (+3 -1)
📝 src/firejail/fs.c (+9 -0)
📝 src/firejail/fs_etc.c (+1 -0)
📝 src/firejail/main.c (+4 -0)
📝 src/firejail/usage.c (+3 -1)

📄 Description

This patch implements the --allow-private-blacklist command line option and disables blacklists in ${HOME} by default if ${HOME} is a private directory. The --allow-private-blacklist option makes them take effect again (the previous default behaviour).

The patch also cleans up a few compiler warnings in Ubuntu 16.04 and tidies up some miscellaneous code formatting issues.


🔄 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/990 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/18/2016 **Status:** ✅ Merged **Merged:** 12/19/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `private-blacklist` --- ### 📝 Commits (2) - [`d7ce16d`](https://github.com/netblue30/firejail/commit/d7ce16d760b15f6342871f0cc24034918c241c78) Remove compiler warnings on Ubuntu 16.04 - [`a49147a`](https://github.com/netblue30/firejail/commit/a49147ae947c6b9a07f2bb629268b251694b5c22) Implement the --allow-private-blacklist option ### 📊 Changes **5 files changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/firejail.h` (+3 -1) 📝 `src/firejail/fs.c` (+9 -0) 📝 `src/firejail/fs_etc.c` (+1 -0) 📝 `src/firejail/main.c` (+4 -0) 📝 `src/firejail/usage.c` (+3 -1) </details> ### 📄 Description This patch implements the `--allow-private-blacklist` command line option and disables blacklists in `${HOME}` by default if `${HOME}` is a private directory. The `--allow-private-blacklist` option makes them take effect again (the previous default behaviour). The patch also cleans up a few compiler warnings in Ubuntu 16.04 and tidies up some miscellaneous code formatting issues. --- <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:08:24 -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#3813
No description provided.