Add veriexec stuff to the common config file.
This commit is contained in:
parent
02fae098de
commit
08575b5e08
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC.in,v 1.47 2005/12/07 12:40:46 tsutsui Exp $
|
# $NetBSD: GENERIC.in,v 1.48 2005/12/10 14:53:10 tsutsui Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.47 $"
|
#ident "GENERIC-$Revision: 1.48 $"
|
||||||
|
|
||||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||||
makeoptions COPTS="-Os"
|
makeoptions COPTS="-Os"
|
||||||
@ -631,4 +631,21 @@ pseudo-device ksyms # /dev/ksyms (kernel symbols)
|
|||||||
pseudo-device nsmb # experimental - SMB requester
|
pseudo-device nsmb # experimental - SMB requester
|
||||||
')m4_dnl
|
')m4_dnl
|
||||||
|
|
||||||
|
# Veriexec
|
||||||
|
#options VERIFIED_EXEC
|
||||||
|
#
|
||||||
|
# a pseudo device needed for veriexec
|
||||||
|
#pseudo-device veriexec 1
|
||||||
|
#
|
||||||
|
# Uncomment the fingerprint methods below that are desired. Note that
|
||||||
|
# removing fingerprint methods will have almost no impact on the kernel
|
||||||
|
# code size.
|
||||||
|
#
|
||||||
|
#options VERIFIED_EXEC_FP_RMD160
|
||||||
|
#options VERIFIED_EXEC_FP_SHA256
|
||||||
|
#options VERIFIED_EXEC_FP_SHA384
|
||||||
|
#options VERIFIED_EXEC_FP_SHA512
|
||||||
|
#options VERIFIED_EXEC_FP_SHA1
|
||||||
|
#options VERIFIED_EXEC_FP_MD5
|
||||||
|
|
||||||
config netbsd root on ? type ?
|
config netbsd root on ? type ?
|
||||||
|
Loading…
Reference in New Issue
Block a user