Fix the udev instructions.

pull/366/head
David Garske 2024-07-31 13:41:12 -07:00
parent 6951b8d307
commit 522ba02235
1 changed files with 1 additions and 1 deletions

View File

@ -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"