From: Kaarle Ritvanen Date: Tue, 28 Jan 2014 17:03:27 +0000 (+0200) Subject: lxc-alpine: mount tmpfs on /dev/shm X-Git-Tag: lxc-1.0.0.beta4~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bdedfacc260545b77e2da557850ba420a0fb12c;p=thirdparty%2Flxc.git lxc-alpine: mount tmpfs on /dev/shm Signed-off-by: Kaarle Ritvanen Acked-by: Stéphane Graber --- diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index 50a6a7147..40957ab78 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -227,6 +227,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 EOF