mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#4133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:modules📝 Commits (2)
95c8e28Allow accessing /sys/module directory9dd581dAllow 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/moduleis 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.profilemaking use of those capabilities.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.