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