The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3298
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Added mqueue file system to be able to experiment POSIX mqueues isolation in IPC namespaces Signed-off-by: Rachid Koucha <rachid.kou...@gmail.com>
From e45b1ffdaff77e0e7b86e5891cdce438d212ef4f Mon Sep 17 00:00:00 2001 From: Rachid Koucha <47061324+rachid-kou...@users.noreply.github.com> Date: Mon, 16 Mar 2020 19:52:05 +0100 Subject: [PATCH] Create mqueue file system Added mqueue file system to be able to experiment POSIX mqueues isolation in IPC namespaces Signed-off-by: Rachid Koucha <rachid.kou...@gmail.com> --- templates/lxc-busybox.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 2d8e64c4d8..562fb76b76 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -77,6 +77,7 @@ ${rootfs}/var/log \ ${rootfs}/var/run \ ${rootfs}/dev/pts \ ${rootfs}/dev/shm \ +${rootfs}/dev/mqueue \ ${rootfs}/lib \ ${rootfs}/usr/lib \ ${rootfs}/lib64 \ @@ -237,6 +238,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed lxc.mount.entry = shm dev/shm tmpfs defaults 0 0 +lxc.mount.entry = mqueue dev/mqueue mqueue defaults 0 0 EOF libdirs="\
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel