[PR #3497] [MERGED] Fixed Blender profile being unable to import numpy #4781

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3497
Author: @neirenoir
Created: 7/6/2020
Status: Merged
Merged: 7/6/2020
Merged by: @undefined

Base: masterHead: master


📝 Commits (1)

  • fdc33bf Fixed Blender profile being unable to import numpy

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 etc/profile-a-l/blender.profile (+2 -1)

📄 Description

Many Blender add-ons make use of numpy, and with the default seccomp filter, the whole program crashes. numpy requires the mbind seccomp filter to be disabled, so this pull request should fix that issue


🔄 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/3497 **Author:** [@neirenoir](https://github.com/neirenoir) **Created:** 7/6/2020 **Status:** ✅ Merged **Merged:** 7/6/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fdc33bf`](https://github.com/netblue30/firejail/commit/fdc33bf7f9d58bdf72b53a916d83fbb719003d81) Fixed Blender profile being unable to import numpy ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/blender.profile` (+2 -1) </details> ### 📄 Description Many Blender add-ons make use of `numpy`, and with the default `seccomp` filter, the whole program crashes. `numpy` requires the `mbind` `seccomp` filter to be disabled, so this pull request should fix that issue --- <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:26:26 -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#4781
No description provided.