diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-09-16 10:59:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-21 18:31:15 +0200 |
commit | ea84409f88f82477b89f5468fc1a5faffa15bd7b (patch) | |
tree | cfd14b0df5be60ebd3f3c9d72d9dcc0cb5037ab1 /Documentation/ABI/stable/sysfs-class-tpm | |
parent | ABI: security: fix location for evm and ima_policy (diff) | |
download | linux-ea84409f88f82477b89f5468fc1a5faffa15bd7b.tar.xz linux-ea84409f88f82477b89f5468fc1a5faffa15bd7b.zip |
ABI: sysfs-class-tpm: use wildcards for pcr-* nodes
Change how this expression is defined:
/sys/class/tpm/tpmX/pcr-H/N
in order to allow get_abi.pl to convert it into this regex:
/sys/class/tpm/tpmX/pcr-.*/.*
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/4ab3fce91ea2bd7c36a07e6c646bf7bd6f4f8634.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/stable/sysfs-class-tpm')
-rw-r--r-- | Documentation/ABI/stable/sysfs-class-tpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/stable/sysfs-class-tpm b/Documentation/ABI/stable/sysfs-class-tpm index d897ecb9615f..411d5895bed4 100644 --- a/Documentation/ABI/stable/sysfs-class-tpm +++ b/Documentation/ABI/stable/sysfs-class-tpm @@ -195,7 +195,7 @@ Description: The "tpm_version_major" property shows the TCG spec major version 2 -What: /sys/class/tpm/tpmX/pcr-H/N +What: /sys/class/tpm/tpmX/pcr-<H>/<N> Date: March 2021 KernelVersion: 5.12 Contact: linux-integrity@vger.kernel.org |