[PR #53] [MERGED] Noblacklist #3528

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/53
Author: @sarneaud
Created: 9/1/2015
Status: Merged
Merged: 9/1/2015
Merged by: @netblue30

Base: masterHead: noblacklist


📝 Commits (4)

  • 78fd720 Clean up some fragile uses of strncmp.
  • 829d9e0 Simple implementation of noblacklist command.
  • 91e11d1 Update profiles to use the new noblacklist command.
  • 2aa7ec9 Add noblacklist command to firejail.

📊 Changes

11 files changed (+86 additions, -34 deletions)

View changed files

📝 etc/chromium.profile (+2 -1)
📝 etc/filezilla.profile (+3 -1)
📝 etc/firefox.profile (+2 -1)
📝 etc/midori.profile (+3 -2)
📝 etc/opera.profile (+2 -1)
📝 etc/server.profile (+3 -1)
📝 src/firejail/caps.c (+1 -1)
📝 src/firejail/fs.c (+58 -26)
📝 src/firejail/profile.c (+2 -0)
📝 src/include/common.h (+1 -0)
📝 src/man/firejail-profile.txt (+9 -0)

📄 Description

Fixes netblue30/firejail#50

  • Basic implementation
  • Updates to standard profiles
  • Update to firejail-profile manpage

🔄 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/53 **Author:** [@sarneaud](https://github.com/sarneaud) **Created:** 9/1/2015 **Status:** ✅ Merged **Merged:** 9/1/2015 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `noblacklist` --- ### 📝 Commits (4) - [`78fd720`](https://github.com/netblue30/firejail/commit/78fd72058fcbad63b0fe75f4b0db7c31c5c2a744) Clean up some fragile uses of strncmp. - [`829d9e0`](https://github.com/netblue30/firejail/commit/829d9e0c4c9ae700ab02e2809ac1d5eb72532357) Simple implementation of noblacklist command. - [`91e11d1`](https://github.com/netblue30/firejail/commit/91e11d155455ee6d89537942b36d09fbe86ff6ff) Update profiles to use the new noblacklist command. - [`2aa7ec9`](https://github.com/netblue30/firejail/commit/2aa7ec97db26c567a6b2d45cd906c062960584dd) Add noblacklist command to firejail. ### 📊 Changes **11 files changed** (+86 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `etc/chromium.profile` (+2 -1) 📝 `etc/filezilla.profile` (+3 -1) 📝 `etc/firefox.profile` (+2 -1) 📝 `etc/midori.profile` (+3 -2) 📝 `etc/opera.profile` (+2 -1) 📝 `etc/server.profile` (+3 -1) 📝 `src/firejail/caps.c` (+1 -1) 📝 `src/firejail/fs.c` (+58 -26) 📝 `src/firejail/profile.c` (+2 -0) 📝 `src/include/common.h` (+1 -0) 📝 `src/man/firejail-profile.txt` (+9 -0) </details> ### 📄 Description Fixes netblue30/firejail#50 - Basic implementation - Updates to standard profiles - Update to firejail-profile manpage --- <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:03:06 -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#3528
No description provided.