git: 8371bbdadb9b - main - bhyve: enable capsicum for snapshot code
Date: Fri, 28 Apr 2023 07:07:20 UTC
The branch main has been updated by corvink:
URL: https://cgit.FreeBSD.org/src/commit/?id=8371bbdadb9bb6b99d0b231995cc3bfcc5a668cb
commit 8371bbdadb9bb6b99d0b231995cc3bfcc5a668cb
Author: Vitaliy Gusev <gusev.vitaliy@gmail.com>
AuthorDate: 2023-04-28 07:02:51 +0000
Commit: Corvin Köhne <corvink@FreeBSD.org>
CommitDate: 2023-04-28 07:02:51 +0000
bhyve: enable capsicum for snapshot code
Reviewed by: corvink
Sponsored by: vStack
Differential Revision: https://reviews.freebsd.org/D38860
---
usr.sbin/bhyve/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 02a1f67d66eb..9741d5f66ac1 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -118,10 +118,6 @@ CFLAGS+= -I${BHYVE_SYSDIR}/sys/dev/mii
CFLAGS+= -I${BHYVE_SYSDIR}/sys/dev/usb/controller
.if ${MK_BHYVE_SNAPSHOT} != "no"
CFLAGS+= -I${SRCTOP}/contrib/libucl/include
-
-# Temporary disable capsicum, until we integrate checkpoint code with it.
-CFLAGS+= -DWITHOUT_CAPSICUM
-
CFLAGS+= -DBHYVE_SNAPSHOT
.endif