mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
Allow AMD GPU usage by Blender
This commit is contained in:
parent
95c8e284d0
commit
9dd581d254
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ include /etc/firejail/disable-interpreters.inc
|
|||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
# Allow usage of AMD GPU by OpenCL
|
||||
noblacklist /sys/module
|
||||
whitelist /sys/module/amdgpu
|
||||
read-only /sys/module/amdgpu
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nodvd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue