xref: /aosp_15_r20/external/tpm2-tss/dist/tpm-udev.rules (revision 758e9fba6fc9adbf15340f70c73baee7b168b1c9)
1# tpm devices can only be accessed by the tss user but the tss
2# group members can access tpmrm devices
3KERNEL=="tpm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss"
4KERNEL=="tpmrm[0-9]*", TAG+="systemd", MODE="0660", OWNER="tss", GROUP="tss"
5