NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/52909: Note fileassoc(9) support is a dependency Veriexec



>Number:         52909
>Category:       kern
>Synopsis:       Note fileassoc(9) support is a dependency Veriexec
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 07 22:05:01 +0000 2018
>Originator:     Sevan Janiyan
>Release:        NetBSD-HEAD
>Organization:
>Environment:
NetBSD 8.0_BETA macppc powerpc
>Description:
It's not possible to build a kernel with only the veriexec pseudo-device. A kernel with fileassoc(9) support is required.
>How-To-Repeat:

>Fix:
Index: share/man/man8/veriexec.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/veriexec.8,v
retrieving revision 1.7
diff -u -r1.7 veriexec.8
--- share/man/man8/veriexec.8	13 Sep 2017 22:24:42 -0000	1.7
+++ share/man/man8/veriexec.8	7 Jan 2018 21:59:39 -0000
@@ -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 September 13, 2017
+.Dd January 07, 2018
 .Dt VERIEXEC 8
 .Os
 .Sh NAME
@@ -65,8 +65,11 @@
 .Ed
 .Ss Kernel Configuration
 .Em Veriexec
-requires a pseudo-device to run:
+requires a kernel with
+.Xr fileassoc 9
+support and a pseudo-device to run:
 .Bd -literal -offset indent
+options FILEASSOC
 pseudo-device veriexec
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index