Skip to content

Commit

Permalink
fix: Better handling of resource0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 14, 2023
1 parent 7f59d47 commit 7de673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmShared/linux/dkms/50-mrf.rules.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# UDEV rule to give general access to MRF device
SUBSYSTEM=="uio", ATTR{name}=="mrf-pci", GROUP="@@MRF_USER@@", MODE="0660"
SUBSYSTEM=="uio", ATTR{name}=="mrf-pci", GROUP="@@MRF_USER@@", MODE="0660", RUN+="/bin/chmod g+rw %S%p/resource0"

0 comments on commit 7de673f

Please sign in to comment.