Skip to content

Commit

Permalink
Fix the udev instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jul 31, 2024
1 parent 6951b8d commit 522ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sudo chgrp wolftpm /dev/tpm0

2) Create new rule file: `sudo vim /etc/udev/rules.d/wolftpm-udev.rules`

3) Add the following replacing "yourusername" with actual user or group.
3) Add the following rule to file:

```
KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", GROUP="wolftpm"
Expand Down

0 comments on commit 522ba02

Please sign in to comment.