Skip to content

Commit

Permalink
Restricted the device permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hilary-luo committed Oct 2, 2023
1 parent 3fe71b9 commit 61f9519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker_camera_driver/debian/udev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="1e10", MODE="0666", GROUP="flirimaging"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1724", MODE="0666", GROUP="flirimaging"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1e10", MODE="0660", GROUP="flirimaging"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1724", MODE="0660", GROUP="flirimaging"

0 comments on commit 61f9519

Please sign in to comment.