Home | History | Annotate | Line # | Download | only in man8
      1  1.1  christos =head1 NAME
      2  1.1  christos 
      3  1.1  christos tpm_nvrelease
      4  1.1  christos 
      5  1.1  christos =head1 SYNOPSIS
      6  1.1  christos 
      7  1.1  christos B<tpm_nvrelease [OPTIONS]>
      8  1.1  christos 
      9  1.1  christos =head1 DESCRIPTION
     10  1.1  christos 
     11  1.1  christos B<tpm_nvrelease> releases an NVRAM area. The user must provide the index
     12  1.1  christos of the NVRAM area. If owner authentication is required then the user must
     13  1.1  christos provide the owner password.
     14  1.1  christos 
     15  1.1  christos Note that some areas cannot be released since they are permanent. Others
     16  1.1  christos can be release only after a reboot of the system.
     17  1.1  christos 
     18  1.1  christos The following options are supported:
     19  1.1  christos 
     20  1.1  christos =over 4
     21  1.1  christos 
     22  1.1  christos =item B<-h, --help>
     23  1.1  christos 
     24  1.1  christos Display command usage info.
     25  1.1  christos 
     26  1.1  christos =item B<-v, --version>
     27  1.1  christos 
     28  1.1  christos Display command version info.
     29  1.1  christos 
     30  1.1  christos =item B<-l, --log [none|error|info|debug]>
     31  1.1  christos 
     32  1.1  christos Set logging level.
     33  1.1  christos 
     34  1.1  christos =item B<-u, --unicode>
     35  1.1  christos 
     36  1.1  christos Use TSS UNICODE encoding for passwords to comply with applications
     37  1.1  christos using TSS popup boxes
     38  1.1  christos 
     39  1.1  christos =item B<-y, --owner-well-known>
     40  1.1  christos 
     41  1.1  christos Use a secret of all zeros (20 bytes of zeros) as the owner's secret.
     42  1.1  christos 
     43  1.1  christos =item B<-o, --pwdo>
     44  1.1  christos 
     45  1.1  christos The owner password.
     46  1.1  christos 
     47  1.1  christos A password may be directly provided for example by using '--pwdo=password' or
     48  1.1  christos '-opassword'. If no password is provided with this option then the program will
     49  1.1  christos prompt the user for the password.
     50  1.1  christos 
     51  1.1  christos 
     52  1.1  christos =item B<-i, --index>
     53  1.1  christos 
     54  1.1  christos The index of the NVRAM area that is to be released.
     55  1.1  christos The parameter may either be a decimal number or a hexadecimal number starting with '0x'.
     56  1.1  christos 
     57  1.1  christos =back
     58  1.1  christos 
     59  1.1  christos =head1 SEE ALSO
     60  1.1  christos 
     61  1.1  christos B<tpm_nvdefine>(8), B<tpm_nvinfo>(8), B<tpm_nvread>(8), B<tpm_nvwrite>(8)
     62  1.1  christos 
     63  1.1  christos =head1 REPORTING BUGS
     64  1.1  christos 
     65  1.1  christos Report bugs to <trousers-users (a] lists.sourceforge.net>
     66