diff options
author | Mark Pearson <mpearson-lenovo@squebb.ca> | 2024-10-24 15:55:22 -0400 |
---|---|---|
committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2024-10-29 13:54:31 +0200 |
commit | c7842e69e4508bef0920030340093f128722964e (patch) | |
tree | cd6a5f022a815a55bbeea0c1b6ffd7753b26a6e1 /Documentation/ABI | |
parent | b39e8ece931a4b4f64cdf9e75fffd6e82828e471 (diff) | |
download | linux-c7842e69e4508bef0920030340093f128722964e.tar.gz linux-c7842e69e4508bef0920030340093f128722964e.tar.bz2 linux-c7842e69e4508bef0920030340093f128722964e.zip |
platform/x86: think-lmi: Add certificate as mechanism
As both password or certificate authentication are available as mechanisms
update the documentation to add certificate as an option
Update driver to return correct mechanism appropriately.
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Link: https://lore.kernel.org/r/20241024195536.6992-2-mpearson-lenovo@squebb.ca
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-firmware-attributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-firmware-attributes b/Documentation/ABI/testing/sysfs-class-firmware-attributes index 9c82c7b42ff8..1a8b59f5d6e3 100644 --- a/Documentation/ABI/testing/sysfs-class-firmware-attributes +++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes @@ -193,7 +193,7 @@ Description: mechanism: The means of authentication. This attribute is mandatory. - Only supported type currently is "password". + Supported types are "password" or "certificate". max_password_length: A file that can be read to obtain the |