Ward from fusion-voyager-3 52e13cb019 570.86.16
2025-01-30 23:55:05 +03:00

8 lines
175 B
Plaintext

#!/bin/sh
[ -x /lib/udev/udev-acl ] || exit 0
# This is enough to renew the device owners
for i in /dev/nvidia*; do
/lib/udev/udev-acl "--action=change" "--device=$i"
done