Thu Apr 28 11:23:57 2011 UTC ()
security(7), not (8).


(wiz)
diff -r1.35 -r1.36 src/sbin/veriexecctl/veriexecctl.8

cvs diff -r1.35 -r1.36 src/sbin/veriexecctl/veriexecctl.8 (expand / switch to unified diff)

--- src/sbin/veriexecctl/veriexecctl.8 2008/08/31 23:40:19 1.35
+++ src/sbin/veriexecctl/veriexecctl.8 2011/04/28 11:23:57 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: veriexecctl.8,v 1.35 2008/08/31 23:40:19 dholland Exp $ 1.\" $NetBSD: veriexecctl.8,v 1.36 2011/04/28 11:23:57 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1999 3.\" Copyright (c) 1999
4.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au 4.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
5.\" 5.\"
6.\" This code is donated to The NetBSD Foundation by the author. 6.\" This code is donated to The NetBSD Foundation by the author.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19.\" 19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $Id: veriexecctl.8,v 1.35 2008/08/31 23:40:19 dholland Exp $ 32.\" $Id: veriexecctl.8,v 1.36 2011/04/28 11:23:57 wiz Exp $
33.\" 33.\"
34.Dd August 31, 2008 34.Dd August 31, 2008
35.Dt VERIEXECCTL 8 35.Dt VERIEXECCTL 8
36.Os 36.Os
37.Sh NAME 37.Sh NAME
38.Nm veriexecctl 38.Nm veriexecctl
39.Nd manage the 39.Nd manage the
40.Em Veriexec 40.Em Veriexec
41subsystem 41subsystem
42.Sh SYNOPSIS 42.Sh SYNOPSIS
43.Nm 43.Nm
44.Op Fl ekv 44.Op Fl ekv
45.Cm load Op file 45.Cm load Op file
@@ -107,27 +107,27 @@ Filename, mount, fingerprint, fingerprin @@ -107,27 +107,27 @@ Filename, mount, fingerprint, fingerprin
107and entry type. 107and entry type.
108.El 108.El
109.Sh FILES 109.Sh FILES
110.Bl -tag -width /etc/signatures -compact 110.Bl -tag -width /etc/signatures -compact
111.It Pa /dev/veriexec 111.It Pa /dev/veriexec
112.Em Veriexec 112.Em Veriexec
113pseudo-device 113pseudo-device
114.It Pa /etc/signatures 114.It Pa /etc/signatures
115default signatures file 115default signatures file
116.El 116.El
117.Sh SEE ALSO 117.Sh SEE ALSO
118.Xr veriexec 4 , 118.Xr veriexec 4 ,
119.Xr veriexec 5 , 119.Xr veriexec 5 ,
120.Xr security 8 , 120.Xr security 7 ,
121.Xr veriexec 8 , 121.Xr veriexec 8 ,
122.Xr veriexecgen 8 122.Xr veriexecgen 8
123.Sh HISTORY 123.Sh HISTORY
124.Nm 124.Nm
125first appeared in 125first appeared in
126.Nx 2.0 . 126.Nx 2.0 .
127.Sh AUTHORS 127.Sh AUTHORS
128.An Brett Lymn Aq blymn@NetBSD.org 128.An Brett Lymn Aq blymn@NetBSD.org
129.An Elad Efrat Aq elad@NetBSD.org 129.An Elad Efrat Aq elad@NetBSD.org
130.Sh NOTES 130.Sh NOTES
131The kernel is expected to have the 131The kernel is expected to have the
132.Dq veriexec 132.Dq veriexec
133pseudo-device. 133pseudo-device.