Skip to content

Commit

Permalink
Fix yubihsm udev rules GROUP (#728)
Browse files Browse the repository at this point in the history
GROUP must use only a single equal sign not two
  • Loading branch information
Chomtana authored May 10, 2023
1 parent 9063805 commit ed24642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.yubihsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ access the YubiHSM2, and then add the following rules file under the
`/etc/udev/rules.d` directory, e.g. `/etc/udev/rules.d/10-yubihsm.rules`:

```
SUBSYSTEMS=="usb", ATTRS{product}=="YubiHSM", GROUP=="yubihsm"
SUBSYSTEMS=="usb", ATTRS{product}=="YubiHSM", GROUP="yubihsm"
```

Note that creating this file does not have an immediate effect: you'll
Expand Down

0 comments on commit ed24642

Please sign in to comment.