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 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