[PR #2588] [MERGED] Streamline 'Allow python' options #4433

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2588
Author: @ghost
Created: 3/13/2019
Status: Merged
Merged: 3/13/2019
Merged by: @undefined

Base: masterHead: allow-python


📝 Commits (10+)

  • 8dd209f Fix 'allow python' in xpra
  • 22aa44d Fix 'allow python' in xplayer
  • 125016b Fix 'allow python' in xed
  • 18e573b Fix 'allow python' in uzbl-browser
  • 5da0d6c Fix 'allow python' in transmission-remote-cli
  • 142d7f5 Fix 'allow python' in torbrowser-launcher
  • a0dff44 fix 'allow python' in subdownloader
  • 4768ea5 Fix 'allow python' in steam
  • 6f673c0 Fix 'allow python' in soundconverter
  • 5d686cf Fix 'allow python' in sdat2img

📊 Changes

56 files changed (+121 additions, -7 deletions)

View changed files

📝 etc/arm.profile (+2 -0)
📝 etc/authenticator.profile (+5 -1)
📝 etc/bleachbit.profile (+2 -0)
📝 etc/blender.profile (+2 -0)
📝 etc/caja.profile (+2 -0)
📝 etc/catfish.profile (+2 -0)
📝 etc/cherrytree.profile (+2 -0)
📝 etc/d-feet.profile (+2 -0)
📝 etc/deluge.profile (+2 -0)
📝 etc/display.profile (+2 -0)
📝 etc/electrum.profile (+2 -0)
📝 etc/exfalso.profile (+2 -0)
📝 etc/filezilla.profile (+2 -0)
📝 etc/flowblade.profile (+2 -0)
📝 etc/font-manager.profile (+2 -0)
📝 etc/fontforge.profile (+2 -0)
📝 etc/gajim.profile (+5 -2)
📝 etc/gconf.profile (+3 -1)
📝 etc/gnome-music.profile (+2 -0)
📝 etc/gnome-schedule.profile (+3 -1)

...and 36 more files

📄 Description

Several profiles were missing the noblacklist /usr/local/lib/python2* and noblacklist /usr/local/lib/python3* options. Existing logic is kept intact for profiles that only use python2* or python3* options.


🔄 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/2588 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/13/2019 **Status:** ✅ Merged **Merged:** 3/13/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `allow-python` --- ### 📝 Commits (10+) - [`8dd209f`](https://github.com/netblue30/firejail/commit/8dd209fa99f0362976a74b2e037e8e0097c2a248) Fix 'allow python' in xpra - [`22aa44d`](https://github.com/netblue30/firejail/commit/22aa44db33304a283d50cda31bacc6ce7f822e6f) Fix 'allow python' in xplayer - [`125016b`](https://github.com/netblue30/firejail/commit/125016baf50fa5b9d64eff0801fb6f559166dc47) Fix 'allow python' in xed - [`18e573b`](https://github.com/netblue30/firejail/commit/18e573b70a2b20a59ea341e056fa25e6b1f05724) Fix 'allow python' in uzbl-browser - [`5da0d6c`](https://github.com/netblue30/firejail/commit/5da0d6cd88958ab27884bb301c18b55177efff9b) Fix 'allow python' in transmission-remote-cli - [`142d7f5`](https://github.com/netblue30/firejail/commit/142d7f54771c4935aa73f8da5fe1d122541e4036) Fix 'allow python' in torbrowser-launcher - [`a0dff44`](https://github.com/netblue30/firejail/commit/a0dff4479dbfd2a78b39c1e899ba64ca13f75be2) fix 'allow python' in subdownloader - [`4768ea5`](https://github.com/netblue30/firejail/commit/4768ea5d3255245fa442695061441614eb961041) Fix 'allow python' in steam - [`6f673c0`](https://github.com/netblue30/firejail/commit/6f673c06a9cb0cf5d87bab8a601f7de81e8e76d8) Fix 'allow python' in soundconverter - [`5d686cf`](https://github.com/netblue30/firejail/commit/5d686cfb8e6320d6fbaa066059aaf2d619f24e32) Fix 'allow python' in sdat2img ### 📊 Changes **56 files changed** (+121 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `etc/arm.profile` (+2 -0) 📝 `etc/authenticator.profile` (+5 -1) 📝 `etc/bleachbit.profile` (+2 -0) 📝 `etc/blender.profile` (+2 -0) 📝 `etc/caja.profile` (+2 -0) 📝 `etc/catfish.profile` (+2 -0) 📝 `etc/cherrytree.profile` (+2 -0) 📝 `etc/d-feet.profile` (+2 -0) 📝 `etc/deluge.profile` (+2 -0) 📝 `etc/display.profile` (+2 -0) 📝 `etc/electrum.profile` (+2 -0) 📝 `etc/exfalso.profile` (+2 -0) 📝 `etc/filezilla.profile` (+2 -0) 📝 `etc/flowblade.profile` (+2 -0) 📝 `etc/font-manager.profile` (+2 -0) 📝 `etc/fontforge.profile` (+2 -0) 📝 `etc/gajim.profile` (+5 -2) 📝 `etc/gconf.profile` (+3 -1) 📝 `etc/gnome-music.profile` (+2 -0) 📝 `etc/gnome-schedule.profile` (+3 -1) _...and 36 more files_ </details> ### 📄 Description Several profiles were missing the `noblacklist /usr/local/lib/python2*` and `noblacklist /usr/local/lib/python3*` options. Existing logic is kept intact for profiles that only use python2* or python3* options. --- <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:20:01 -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#4433
No description provided.