mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
hwdb: introduce hwdb for tpm2 devices
This hwdb is can carry hw quirks and similar for us, in particular tell us if nvpcrs have a chance of working.
This commit is contained in:
@@ -5,5 +5,6 @@ SUBSYSTEM!="tpmrm", GOTO="tpm2_id_end"
|
||||
KERNEL!="tpmrm[0-9]*", GOTO="tpm2_id_end"
|
||||
|
||||
IMPORT{program}="tpm2_id identify"
|
||||
ENV{ID_TPM2_MODALIAS}!="", IMPORT{builtin}="hwdb 'tpm2:$env{ID_TPM2_MODALIAS}'"
|
||||
|
||||
LABEL="tpm2_id_end"
|
||||
|
||||
Reference in New Issue
Block a user