Home | History | Annotate | Line # | Download | only in dev
veriexec.config revision 1.1.6.2
      1  1.1.6.2  christos # $NetBSD: veriexec.config,v 1.1.6.2 2019/06/10 22:07:04 christos Exp $
      2  1.1.6.2  christos #
      3  1.1.6.2  christos # This file contains all Veriexec related configuration.
      4  1.1.6.2  christos # It is suitable for inclusion in a kernel config(5) file.
      5  1.1.6.2  christos #
      6  1.1.6.2  christos 
      7  1.1.6.2  christos options 	FILEASSOC		# fileassoc(9) - needed by Veriexec
      8  1.1.6.2  christos 					# and PAX_SEGVGUARD
      9  1.1.6.2  christos 
     10  1.1.6.2  christos # a pseudo device needed for veriexec
     11  1.1.6.2  christos pseudo-device	veriexec
     12  1.1.6.2  christos #
     13  1.1.6.2  christos # Note that removing fingerprint methods will have almost no impact on the
     14  1.1.6.2  christos # kernel code size.
     15  1.1.6.2  christos #
     16  1.1.6.2  christos options VERIFIED_EXEC_FP_SHA256
     17  1.1.6.2  christos options VERIFIED_EXEC_FP_SHA384
     18  1.1.6.2  christos options VERIFIED_EXEC_FP_SHA512
     19