[lxc-devel] [PATCH v2] lxc-plamo: mount tmpfs on /dev/shm
Serge Hallyn
serge.hallyn at ubuntu.com
Thu Nov 20 18:00:37 UTC 2014
Quoting TAMUKI Shoichi (tamuki at linet.gr.jp):
> Do mkdir $rootfs/dev/shm and then mount tmpfs on /dev/shm.
>
> Signed-off-by: TAMUKI Shoichi <tamuki at linet.gr.jp>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
> ---
> config/templates/plamo.common.conf.in | 1 +
> templates/lxc-plamo.in | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/config/templates/plamo.common.conf.in b/config/templates/plamo.common.conf.in
> index 483a556..22d9207 100644
> --- a/config/templates/plamo.common.conf.in
> +++ b/config/templates/plamo.common.conf.in
> @@ -3,6 +3,7 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf
>
> # Default mount
> lxc.mount.auto = proc sys cgroup
> +lxc.mount.entry = none dev/shm tmpfs nosuid,nodev,noexec,mode=1777 0 0
>
> # Doesn't support consoles in /dev/lxc/
> lxc.devttydir =
> diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in
> index ce98c1a..5061056 100644
> --- a/templates/lxc-plamo.in
> +++ b/templates/lxc-plamo.in
> @@ -153,6 +153,7 @@ configure_plamo() {
> chmod 666 $rootfs/dev/random
> mknod -m 666 $rootfs/dev/urandom c 1 9
> mkdir -m 755 $rootfs/dev/pts
> + mkdir -m 755 $rootfs/dev/shm
> chmod 666 $rootfs/dev/tty
> chmod 600 $rootfs/dev/console
> mknod -m 666 $rootfs/dev/tty0 c 4 0
> --
> 1.9.0
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel
More information about the lxc-devel
mailing list