mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
bhyve: enable capsicum for snapshot code
Reviewed by: corvink Sponsored by: vStack Differential Revision: https://reviews.freebsd.org/D38860
This commit is contained in:
parent
18126b647a
commit
8371bbdadb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user