From 6c1e44b950e64588c403510a9f20048f2d69d240 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 28 Sep 2021 12:50:27 -0700 Subject: :CHROOT.FORK: unshare mount namespace before making temporary mounts This avoids some cases of interference between the deployment of the chroot and other system activity. For example, before this change, the :ALWAYS-DEPLOYS option to LIBVIRT:KVM-BOOTS-CHROOT{,-FOR} could interact with Virtiofs in such a way as to break the running VM. Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 0b54349..e071285 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -21,6 +21,7 @@ #:trivial-backtrace) :components ((:file "src/package") (:file "src/reader") + (:cffi-grovel-file "src/libc") (:cffi-grovel-file "src/libacl") (:file "src/util") (:file "src/util/posix1e") -- cgit v1.2.3