mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6380] [MERGED] modif: private-dev: keep /dev/kfd unless no3d is used #5989
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#5989
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/6380
Author: @kmk3
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @kmk3
Base:
master← Head:private-dev-keep-kfd📝 Commits (1)
b4e9631modif: private-dev: keep /dev/kfd unless no3d is used📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
src/firejail/fs_dev.c(+2 -1)📄 Description
Apparently hashcat needs access to this device for hardware acceleration
on AMD gpus and
private-devcurrently breaks that (see #6364).It seems to be used by the "amdgpu" and "amdkfd" Linux kernel drivers
and as with /dev/dri/renderD128, this file is owned by the "render"
group.
Relevant udev rules from /usr/lib/udev/rules.d/50-udev-default.rules:
Environment: udev 255.6-1 on Artix Linux.
Reported-by: @schrotthaufen
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.