Skip to content

Commit

Permalink
Add udev rules to create tcm devices
Browse files Browse the repository at this point in the history
TCM is a Chinese standard and is compatible with TPM. Therefore,
you also need to add udev rules to create the TCM device node.

Signed-off-by: chench <[email protected]>
Signed-off-by: chench246 <[email protected]>
  • Loading branch information
chench246 committed Oct 17, 2024
1 parent 25c7c0f commit 7574f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/tpm-udev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
# group members can access tpmrm devices
KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss"
KERNEL=="tpmrm[0-9]*", TAG+="systemd", MODE="0660", GROUP="tss"
KERNEL=="tcm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss"
KERNEL=="tcmrm[0-9]*", TAG+="systemd", MODE="0660", GROUP="tss"

0 comments on commit 7574f03

Please sign in to comment.