Skip to content

Commit

Permalink
ubuntu.common.conf: mount /dev/mqueue
Browse files Browse the repository at this point in the history
systemd wants it.  It doesn't seem to be a big deal, but it's
one fewer error msg.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
hallyn authored and stgraber committed Sep 25, 2015
1 parent d028235 commit 8fafe2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/templates/ubuntu.common.conf.in
Expand Up @@ -5,6 +5,7 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf
lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0
lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0
lxc.mount.entry = mqueue dev/mqueue mqueue rw,relatime,create=dir,optional 0 0

# When using LXC with apparmor, the container will be confined by default.
# If you wish for it to instead run unconfined, copy the following line
Expand Down

0 comments on commit 8fafe2d

Please sign in to comment.