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