blob: 1be961e89380d1bb4dbbe98b414a3d6361d9b79b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
tpm {
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
# Whether the TPM should be used as RNG.
# use_rng = no
tcti {
# Name of TPM 2.0 TCTI library. Valid values: tabrmd, device or mssim.
# Defaults are device if the /dev/tpmrm0 in-kernel TPM 2.0 resource
# manager device exists, and tabrmd otherwise, requiring the d-bus based
# TPM 2.0 access broker and resource manager to be available.
# name = device|tabrmd
# Options for the TPM 2.0 TCTI library. Defaults are /dev/tpmrm0 if the
# TCTI library name is device and no options otherwise.
# opts = /dev/tpmrm0|<none>
}
}
|