Update README.md

This commit is contained in:
iadgovuser26 2022-04-05 15:36:10 -04:00 committed by GitHub
parent e467cd8afc
commit fab3401a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Note that a TCG Event Log will only be populated on a given device if the device
2. Has a TPM 1.2 or 2.0 that has been activated prior to the current boot. 2. Has a TPM 1.2 or 2.0 that has been activated prior to the current boot.
3. Has a TCG aware OS (Most flavors of Linux and Windows 10). 3. Has a TCG aware OS (Most flavors of Linux and Windows 10).
The defualt locations for the TCG Event Log are: The default locations for the TCG Event Log are:
* Windows: C:\Windows\Logs\MeasuredBoot\ * Windows: C:\Windows\Logs\MeasuredBoot\
* Linux: /sys/kernel/security/tpm0/ with a default name of "binary_bios_measurements" * Linux: /sys/kernel/security/tpm0/ with a default name of "binary_bios_measurements"
@ -30,7 +30,7 @@ In both cases the tcg_eventlog_tool-X.X.jar file should have been placed in the
# Packaging # Packaging
Currenty only a install file for Linux RPM is supported. Currenty only a install file for Linux RPM is supported.
To create an RPM on a linux device use the following command in the dame directory: To create an RPM on a linux device use the following command in the same directory:
> ./gradlew buildRPM > ./gradlew buildRPM
# Installing # Installing