Scroll to navigation

tpm_nvdefine(8) tpm_nvdefine(8)

NAME

tpm_nvdefine

SYNOPSIS

tpm_nvdefine [OPTIONS]

DESCRIPTION

tpm_nvdefine defines a new NVRAM area at the given index and of given size. The user has to provide the permissions that control access to the NVRAM area.

Owner authentication is necessary once the NVRAM area 0xFFFFFFFF has been defined. The owner password may be provided on the command line using the owner password option.

The following options are supported:

Display command usage info.
Display command version info.
Set logging level.
Use TSS UNICODE encoding for passwords to comply with applications using TSS popup boxes
Use a secret of all zeros (20 bytes of zeros) as the owner's secret.
Use a secret of all zeros (20 bytes of zeros) as the NVRAM area's secret.
The owner password.

A password may be directly provided for example by using '--pwdo=password' or '-opassword'. If no password is provided with this option then the program will prompt the user for the password.

The NVRAM area password.

A password may be directly provided for example by using '--pwda=password' or '-apassword'. If no password is provided with this option then the program will prompt the user for the password.

The index of the NVRAM area. The parameter must either be a decimal number or a hexadecimal number starting with '0x'.

To select the NVRAM area with index 0x100, the command line parameter should be '-i 0x100' or '--index 0x100'.

The size of the NVRAM area. The parameter must either be a decimal number or a hexadecimal number starting with '0x'.
PCRs to seal the NVRAM area to for reading (use multiple times)
PCRs to seal the NVRAM area to for writing (use multiple times)
File containing PCR info for the NVRAM area.
The access permissions associated with the NVRAM area. The parameter must either be a decimal number or a hexadecimal number staring with '0x'. It is possible to logically 'or' numbers or strings. The following strings are supported:
Reading requires NVRAM area authorization.
Writing requires NVRAM area authorization.
Reading requires physical presence.
Writing requires physical presence.
Reading requires owner authorization.
Writing requires owner authorization.
A write to index 0 locks the NVRAM area until the next TPM_Startup(ST_CLEAR)
A read with size 0 on the same index prevents further reading until the next TPM_Startup(ST_CLEAR)
A write with size 0 to the same index prevents further writing until the next TPM_Startup(ST_CLEAR)
A write with size 0 to the same index locks the NVRAM area permanently
The value must be written in a single operation

An example of a permission parameter is:

--permissions="OWNERREAD|OWNERWRITE"

SEE ALSO

tpm_nvread(8), tpm_nvwrite(8), tpm_nvrelease(8), tpm_nvinfo(8)

REPORTING BUGS

Report bugs to <trousers-users@lists.sourceforge.net>

2011-07-07 TPM Management