Remove bits about deprecated 'fingerprints' command.
This commit is contained in:
parent
f465530831
commit
471eb59186
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: veriexecctl.8,v 1.12 2005/05/20 19:52:52 elad Exp $
|
.\" $NetBSD: veriexecctl.8,v 1.13 2005/06/13 13:05:29 elad Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999
|
.\" Copyright (c) 1999
|
||||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: veriexecctl.8,v 1.12 2005/05/20 19:52:52 elad Exp $
|
.\" $Id: veriexecctl.8,v 1.13 2005/06/13 13:05:29 elad Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 22, 2005
|
.Dd April 22, 2005
|
||||||
.Dt VERIEXECCTL 8
|
.Dt VERIEXECCTL 8
|
||||||
|
@ -39,8 +39,6 @@
|
||||||
.Nd load or report verified exec fingerprints
|
.Nd load or report verified exec fingerprints
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Cm fingerprints
|
|
||||||
.Nm
|
|
||||||
.Cm load Ar veriexec.conf
|
.Cm load Ar veriexec.conf
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
|
@ -73,11 +71,7 @@ Where
|
||||||
is the full path to the file and
|
is the full path to the file and
|
||||||
.Em type
|
.Em type
|
||||||
is the type of fingerprint used, see above for the default list.
|
is the type of fingerprint used, see above for the default list.
|
||||||
Other fingerprints may be available depending on kernel configuration,
|
Other fingerprints may be available depending on kernel configuration.
|
||||||
use the
|
|
||||||
.Cm fingerprints
|
|
||||||
command option to extract the fingerprints supported by the currently
|
|
||||||
running kernel.
|
|
||||||
The
|
The
|
||||||
.Em fingerprint
|
.Em fingerprint
|
||||||
field is a hexadecimal representation of the fingerprint for
|
field is a hexadecimal representation of the fingerprint for
|
||||||
|
|
Loading…
Reference in New Issue