blob: 96d2c4612a0ef2633e5064a59f6c895baee6c898 [file] [log] [blame]
Javier Martinez Canillas0075f882018-04-13 12:49:37 +02001# tpm devices can only be accessed by the tss user but the tss
2# group members can access tpmrm devices
3KERNEL=="tpm[0-9]*", MODE="0660", OWNER="tss"
4KERNEL=="tpmrm[0-9]*", MODE="0660", OWNER="tss", GROUP="tss"