Clarify some more, tiny markup fixes. Veriexecgen can be just invoked as:

# veriexecgen

after a clean install.
This commit is contained in:
elad 2006-09-17 10:14:36 +00:00
parent 5be0b214bd
commit ac00894537

View File

@ -1,4 +1,4 @@
.\" $NetBSD: veriexecgen.8,v 1.4 2006/09/17 05:04:05 elad Exp $ .\" $NetBSD: veriexecgen.8,v 1.5 2006/09/17 10:14:36 elad Exp $
.\" .\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc. .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -51,13 +51,10 @@
.Nm .Nm
can be used to create a fingerprint database for use with Veriexec. can be used to create a fingerprint database for use with Veriexec.
.Pp .Pp
By default, If no command line arguments were specified,
.Nm .Nm
will scan the current working directory for executable file, fingerprint them will resort to default operation, implying
using .Fl D Fl o Ar /etc/signatures Fl t Ar sha256 .
.Dq sha256 ,
then write the data to
.Pa /etc/signatures .
.Pp .Pp
If the output file already exists, If the output file already exists,
.Nm .Nm
@ -112,15 +109,16 @@ Print messages describing what operations are being done.
Fingerprint files in the common system directories using the default hashing Fingerprint files in the common system directories using the default hashing
algorithm algorithm
.Dq sha256 .Dq sha256
and save to the default fingerprint database: and save to the default fingerprint database in
.Pa /etc/signatures :
.Bd -literal -offset indent .Bd -literal -offset indent
# veriexecgen -D # veriexecgen
.Ed .Ed
.Pp .Pp
Fingerprint files in Fingerprint files in
.Pa /etc , .Pa /etc ,
appending to the default fingerprint database: appending to the default fingerprint database:
.Bd -literal .Bd -literal -offset indent
# veriexecgen -A -d /etc # veriexecgen -A -d /etc
.Ed .Ed
.Pp .Pp
@ -132,6 +130,8 @@ as the hashing algorithm, saving to
.Bd -literal -offset indent .Bd -literal -offset indent
# veriexecgen -d /path/to/somewhere -t rmd160 -o /etc/somewhere.fp # veriexecgen -d /path/to/somewhere -t rmd160 -o /etc/somewhere.fp
.Ed .Ed
.Sh FILES
.Pa /etc/signatures
.Sh SEE ALSO .Sh SEE ALSO
.Xr veriexec 4 , .Xr veriexec 4 ,
.Xr veriexecctl 8 .Xr veriexecctl 8