[PR #6021] [MERGED] profiles: replace private-opt with whitelist & document private-opt issues #5784

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6021
Author: @ghost
Created: 9/25/2023
Status: Merged
Merged: 10/18/2023
Merged by: @undefined

Base: masterHead: private-opt-whitelist


📝 Commits (3)

  • 352c3cf profiles: drop private-opt (existing whitelist)
  • 7c4091b profiles: replace private-opt with whitelist
  • f7ae17a docs: note potential issues with private-opt

📊 Changes

25 files changed (+42 additions, -26 deletions)

View changed files

📝 etc/profile-a-l/bitwarden.profile (+1 -1)
📝 etc/profile-a-l/discord-canary.profile (+2 -1)
📝 etc/profile-a-l/discord-ptb.profile (+2 -1)
📝 etc/profile-a-l/discord.profile (+2 -1)
📝 etc/profile-a-l/electron-mail.profile (+1 -1)
📝 etc/profile-a-l/element-desktop.profile (+0 -2)
📝 etc/profile-a-l/gitter.profile (+1 -1)
📝 etc/profile-a-l/google-earth.profile (+1 -1)
📝 etc/profile-a-l/linuxqq.profile (+1 -1)
📝 etc/profile-m-z/microsoft-edge-beta.profile (+0 -3)
📝 etc/profile-m-z/mullvad-browser.profile (+0 -1)
📝 etc/profile-m-z/notable.profile (+2 -1)
📝 etc/profile-m-z/nuclear.profile (+1 -1)
📝 etc/profile-m-z/ocenaudio.profile (+1 -1)
📝 etc/profile-m-z/palemoon.profile (+1 -1)
📝 etc/profile-m-z/spotify.profile (+1 -1)
📝 etc/profile-m-z/thunderbird-beta.profile (+1 -1)
📝 etc/profile-m-z/torbrowser-launcher.profile (+0 -1)
📝 etc/profile-m-z/tutanota-desktop.profile (+1 -1)
📝 etc/profile-m-z/twitch.profile (+1 -1)

...and 5 more files

📄 Description

private-opt breaks file-copy-limit, use a whitelist instead of draining RAM
cfr. https://github.com/netblue30/firejail/discussions/5307

This PR streamlines the comment and does the relevant whitelisting in /opt.


🔄 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/6021 **Author:** [@ghost](https://github.com/ghost) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 10/18/2023 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `private-opt-whitelist` --- ### 📝 Commits (3) - [`352c3cf`](https://github.com/netblue30/firejail/commit/352c3cf341be4b5c39f51658d25bcb7b661354f1) profiles: drop private-opt (existing whitelist) - [`7c4091b`](https://github.com/netblue30/firejail/commit/7c4091b6675cd16a61d56c004fa6ca647ca7fb6b) profiles: replace private-opt with whitelist - [`f7ae17a`](https://github.com/netblue30/firejail/commit/f7ae17a53bbe90aff8463431f2de64f4e4d4015c) docs: note potential issues with private-opt ### 📊 Changes **25 files changed** (+42 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/bitwarden.profile` (+1 -1) 📝 `etc/profile-a-l/discord-canary.profile` (+2 -1) 📝 `etc/profile-a-l/discord-ptb.profile` (+2 -1) 📝 `etc/profile-a-l/discord.profile` (+2 -1) 📝 `etc/profile-a-l/electron-mail.profile` (+1 -1) 📝 `etc/profile-a-l/element-desktop.profile` (+0 -2) 📝 `etc/profile-a-l/gitter.profile` (+1 -1) 📝 `etc/profile-a-l/google-earth.profile` (+1 -1) 📝 `etc/profile-a-l/linuxqq.profile` (+1 -1) 📝 `etc/profile-m-z/microsoft-edge-beta.profile` (+0 -3) 📝 `etc/profile-m-z/mullvad-browser.profile` (+0 -1) 📝 `etc/profile-m-z/notable.profile` (+2 -1) 📝 `etc/profile-m-z/nuclear.profile` (+1 -1) 📝 `etc/profile-m-z/ocenaudio.profile` (+1 -1) 📝 `etc/profile-m-z/palemoon.profile` (+1 -1) 📝 `etc/profile-m-z/spotify.profile` (+1 -1) 📝 `etc/profile-m-z/thunderbird-beta.profile` (+1 -1) 📝 `etc/profile-m-z/torbrowser-launcher.profile` (+0 -1) 📝 `etc/profile-m-z/tutanota-desktop.profile` (+1 -1) 📝 `etc/profile-m-z/twitch.profile` (+1 -1) _...and 5 more files_ </details> ### 📄 Description private-opt breaks file-copy-limit, use a whitelist instead of draining RAM cfr. https://github.com/netblue30/firejail/discussions/5307 This PR streamlines the comment and does the relevant whitelisting in /opt. --- <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:44:51 -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#5784
No description provided.