Date: Fri, 28 Apr 2023 07:07:20 GMT From: =?utf-8?Q?Corvin=20K=C3=B6hne?= <corvink@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8371bbdadb9b - main - bhyve: enable capsicum for snapshot code Message-ID: <202304280707.33S77KGV037546@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304280707.33S77KGV037546>