From b55a6622420eeaea0e563ba8f0721dfcc76361f8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 27 Nov 2014 15:20:50 +0100 Subject: [PATCH] lxc-alpine: make sure /dev/shm is world writeable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- templates/lxc-alpine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index 7a22d5ead..47df5592f 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -246,7 +246,7 @@ lxc.cgroup.devices.allow = c 254:0 rm lxc.mount.entry=proc proc proc nodev,noexec,nosuid 0 0 lxc.mount.entry=run run tmpfs nodev,noexec,nosuid,relatime,size=1m,mode=0755 0 0 lxc.mount.entry=none dev/pts devpts gid=5,mode=620 0 0 -lxc.mount.entry=shm dev/shm tmpfs nodev,nosuid,noexec 0 0 +lxc.mount.entry=shm dev/shm tmpfs nodev,nosuid,noexec,mode=1777 0 0 EOF