Skip to content

Commit

Permalink
fix: add back nvidia-modprobe suid-bit (secureblue#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Nov 27, 2024
1 parent 5253aa2 commit 55bbadf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/scripts/removesuid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -oue pipefail
# Reference: https://gist.github.com/ok-ryoko/1ff42a805d496cb1ca22e5cdf6ddefb0#usrbinchage

whitelist=(
# Required for nvidia closed driver images
"/usr/bin/nvidia-modprobe"
# https://gitlab.freedesktop.org/polkit/polkit/-/issues/168
"/usr/lib/polkit-1/polkit-agent-helper-1"
# Needed for flatpak on no-userns images
Expand Down

0 comments on commit 55bbadf

Please sign in to comment.