Skip to content

Commit

Permalink
lxc-alpine: make sure /dev/shm is world writeable
Browse files Browse the repository at this point in the history
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
ncopa authored and stgraber committed Nov 27, 2014
1 parent de1c5b0 commit c7afe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-alpine.in
Expand Up @@ -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

Expand Down

0 comments on commit c7afe8e

Please sign in to comment.