Module Name: src
Committed By: snj
Date: Mon Oct 23 19:03:34 UTC 2017
Modified Files:
src/share/man/man8 [netbsd-7]: veriexec.8
Log Message:
Pull up following revision(s) (requested by sevan in ticket #1513):
share/man/man8/veriexec.8: 1.5-1.6
The bogus number police
--
Add missing VERIFIED_EXEC_FP_SHA384 option.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.4.1 src/share/man/man8/veriexec.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man8/veriexec.8
diff -u src/share/man/man8/veriexec.8:1.4 src/share/man/man8/veriexec.8:1.4.4.1
--- src/share/man/man8/veriexec.8:1.4 Tue Mar 18 18:20:40 2014
+++ src/share/man/man8/veriexec.8 Mon Oct 23 19:03:34 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: veriexec.8,v 1.4 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: veriexec.8,v 1.4.4.1 2017/10/23 19:03:34 snj Exp $
.\"
.\" Copyright (c) 2008 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 18, 2008
+.Dd September 13, 2017
.Dt VERIEXEC 8
.Os
.Sh NAME
@@ -67,12 +67,13 @@ below), this list can be loaded manually
.Em Veriexec
requires a pseudo-device to run:
.Bd -literal -offset indent
-pseudo-device veriexec 1
+pseudo-device veriexec
.Ed
.Pp
Additionally, one or more options for digital fingerprint algorithm support:
.Bd -literal -offset indent
options VERIFIED_EXEC_FP_SHA256
+options VERIFIED_EXEC_FP_SHA384
options VERIFIED_EXEC_FP_SHA512
.Ed
.Pp