From 83e280f649d5d4078b569a774060cf04b9d0c8bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Mon, 16 Mar 2020 15:48:32 -0400 Subject: [PATCH] busybox: Fix bad lxc.mount.entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- templates/lxc-busybox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 2d8e64c4d..b6fe8f1e1 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time #lxc.apparmor.profile = unconfined lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed -lxc.mount.entry = shm dev/shm tmpfs defaults 0 0 +lxc.mount.entry = shm dev/shm tmpfs defaults,create=dir 0 0 EOF libdirs="\ -- 2.47.2