Skip to content

Commit

Permalink
enable logged on user r/w access to /dev/dri/card*
Browse files Browse the repository at this point in the history
needed for arbitrary user to probe connectors using drm
  • Loading branch information
rockowitz committed Mar 17, 2024
1 parent 4885a5b commit d9551fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/usr/lib/udev/rules.d/60-ddcutil-i2c.rules
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{class}=="0x030000", TAG+="uaccess"
SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{class}=="0x030000", TAG+="uaccess"
SUBSYSTEM=="dri", KERNEL=="card[0-9]*", TAG+="uaccess"

0 comments on commit d9551fa

Please sign in to comment.