tpm-udev.rules 243 B

1234
  1. # tpm devices can only be accessed by the tss user but the tss
  2. # group members can access tpmrm devices
  3. KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss"
  4. KERNEL=="tpmrm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss", GROUP="tss"