Some whitespace fixes
Didn't change some of the larger testing scripts that use an inconsistent indentation style.
This commit is contained in:
@@ -10,4 +10,4 @@ imv_policy_manager.command_allow =
|
||||
Shell command to be executed with recommendation allow.
|
||||
|
||||
imv_policy_manager.command_block =
|
||||
Shell command to be executed with all other recommendations.
|
||||
Shell command to be executed with all other recommendations.
|
||||
|
||||
@@ -26,19 +26,21 @@ libimcv.plugins.imc-attestation.pcr_info = no
|
||||
Whether to send pcr_before and pcr_after info.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr17_before =
|
||||
PCR17 value before measurement.
|
||||
PCR17 value before measurement.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr17_meas =
|
||||
Dummy measurement value extended into PCR17 if the TBOOT log is not available.
|
||||
Dummy measurement value extended into PCR17 if the TBOOT log is not
|
||||
available.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr17_after =
|
||||
PCR17 value after measurement.
|
||||
PCR17 value after measurement.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr18_before =
|
||||
PCR18 value before measurement.
|
||||
PCR18 value before measurement.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr18_meas =
|
||||
Dummy measurement value extended into PCR17 if the TBOOT log is not available.
|
||||
Dummy measurement value extended into PCR17 if the TBOOT log is not
|
||||
available.
|
||||
|
||||
libimcv.plugins.imc-attestation.pcr18_after =
|
||||
PCR18 value after measurement.
|
||||
PCR18 value after measurement.
|
||||
|
||||
@@ -6,7 +6,7 @@ libimcv.plugins.imc-hcd.subtypes
|
||||
|
||||
libimcv.plugins.imc-hcd.subtypes.<section>
|
||||
Defines a PWG HCD PA subtype section. Recognized subtype section names are
|
||||
_system_, _control_, _marker_, _finisher_, _interface_ and _scanner_.
|
||||
_system_, _control_, _marker_, _finisher_, _interface_ and _scanner_.
|
||||
|
||||
libimcv.plugins.imc-hcd.subtypes.<section>.attributes_natural_language = en
|
||||
Variable length natural language tag conforming to RFC 5646 specifies
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
libimcv.plugins.imc-os.device_cert =
|
||||
Manually set the path to the client device certificate
|
||||
(e.g. /etc/pts/aikCert.der)
|
||||
(e.g. /etc/pts/aikCert.der)
|
||||
|
||||
libimcv.plugins.imc-os.device_id =
|
||||
Manually set the client device ID in hexadecimal format
|
||||
(e.g. 1083f03988c9762703b1c1080c2e46f72b99cc31)
|
||||
(e.g. 1083f03988c9762703b1c1080c2e46f72b99cc31)
|
||||
|
||||
libimcv.plugins.imc-os.device_handle =
|
||||
Manually set handle to a private key bound to a smartcard or TPM
|
||||
(e.g. 0x81010004)
|
||||
(e.g. 0x81010004)
|
||||
|
||||
libimcv.plugins.imc-os.device_pubkey =
|
||||
Manually set the path to the client device public key
|
||||
(e.g. /etc/pts/aikPub.der)
|
||||
(e.g. /etc/pts/aikPub.der)
|
||||
|
||||
libimcv.plugins.imc-os.push_info = yes
|
||||
Send operating system info without being prompted.
|
||||
|
||||
@@ -5,10 +5,10 @@ charon.plugins.tnccs-20.max_message_size = 65490
|
||||
Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
|
||||
|
||||
charon.plugins.tnccs-20.mutual = no
|
||||
Enable PB-TNC mutual protocol.
|
||||
Enable PB-TNC mutual protocol.
|
||||
|
||||
charon.plugins.tnccs-20.tests.pb_tnc_noskip = no
|
||||
Send an unsupported PB-TNC message type with the NOSKIP flag set.
|
||||
Send an unsupported PB-TNC message type with the NOSKIP flag set.
|
||||
|
||||
charon.plugins.tnccs-20.tests.pb_tnc_version = 2
|
||||
Send a PB-TNC batch with a modified PB-TNC version.
|
||||
Send a PB-TNC batch with a modified PB-TNC version.
|
||||
|
||||
Reference in New Issue
Block a user