]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-alpine: make sure /dev/shm is world writeable
authorNatanael Copa <ncopa@alpinelinux.org>
Thu, 27 Nov 2014 14:20:50 +0000 (15:20 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Nov 2014 22:50:28 +0000 (17:50 -0500)
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-alpine.in

index 7a22d5ead49478f277c304b78e7a9ec8adc35897..47df5592fadeb2bab3b9f7e2f50d9560d64e43f2 100644 (file)
@@ -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