[PR #1932] [MERGED] Fixes to make Blender with AMD GPU work under firejail (#1931) #4133

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1932
Author: @RDProjekt
Created: 5/9/2018
Status: Merged
Merged: 5/12/2018
Merged by: @netblue30

Base: masterHead: modules


📝 Commits (2)

  • 95c8e28 Allow accessing /sys/module directory
  • 9dd581d Allow AMD GPU usage by Blender

📊 Changes

4 files changed (+55 additions, -2 deletions)

View changed files

📝 etc/blender.profile (+5 -0)
📝 src/firejail/firejail.h (+2 -0)
📝 src/firejail/fs.c (+2 -2)
📝 src/firejail/fs_whitelist.c (+46 -0)

📄 Description

This pull request allows whitelisting of directories under /sys/module. It's necessary for Blender to work with AMD graphics cards.

/sys/module is blacklisted by default, to keep compatibility with the current version, but its subdirectories can now be whitelisted.

There is also a new version of blender.profile making use of those capabilities.


🔄 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/1932 **Author:** [@RDProjekt](https://github.com/RDProjekt) **Created:** 5/9/2018 **Status:** ✅ Merged **Merged:** 5/12/2018 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `modules` --- ### 📝 Commits (2) - [`95c8e28`](https://github.com/netblue30/firejail/commit/95c8e284d05a2ff3eb673dcd8ee6115d27fe1225) Allow accessing /sys/module directory - [`9dd581d`](https://github.com/netblue30/firejail/commit/9dd581d2547e3673231fc87588399e84b59b4b73) Allow AMD GPU usage by Blender ### 📊 Changes **4 files changed** (+55 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/blender.profile` (+5 -0) 📝 `src/firejail/firejail.h` (+2 -0) 📝 `src/firejail/fs.c` (+2 -2) 📝 `src/firejail/fs_whitelist.c` (+46 -0) </details> ### 📄 Description This pull request allows whitelisting of directories under `/sys/module`. It's necessary for Blender to work with AMD graphics cards. `/sys/module` is blacklisted by default, to keep compatibility with the current version, but its subdirectories can now be whitelisted. There is also a new version of `blender.profile` making use of those capabilities. --- <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:14:23 -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#4133
No description provided.