Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern include the extensions secmodel
details: https://anonhg.NetBSD.org/src/rev/b41d981a2569
branches: trunk
changeset: 364558:b41d981a2569
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 28 20:49:52 2022 +0000
description:
include the extensions secmodel
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r deebabb2875b -r b41d981a2569 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Mon Mar 28 20:49:32 2022 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Mon Mar 28 20:49:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.187 2020/08/27 14:11:57 riastradh Exp $
+# $NetBSD: Makefile.rumpkern,v 1.188 2022/03/28 20:49:52 christos Exp $
#
IOCONFDIR:= ${.PARSEDIR}
@@ -20,6 +20,7 @@
${RUMPTOP}/../crypto/cprng_fast \
${RUMPTOP}/../crypto/nist_hash_drbg \
${RUMPTOP}/../secmodel \
+ ${RUMPTOP}/../secmodel/extensions \
${RUMPTOP}/../secmodel/suser \
${RUMPTOP}/../compat/common
@@ -145,6 +146,7 @@
# 4.4BSD secmodel. selection is hardcoded for now
SRCS+= secmodel.c
SRCS+= secmodel_suser.c
+SRCS+= secmodel_extensions.c
# the funny bit. this doesn't really belong here, but helps with the
# needs of kern_descrip.c. And since it's a fully dynamic interface,
Home |
Main Index |
Thread Index |
Old Index