Unverified Commit 7d504407 by Christian Brauner Committed by GitHub

Merge pull request #3299 from stgraber/master

Fix build
parents b834e091 83e280f6
......@@ -86,7 +86,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<filename>@LXC_USERNIC_DB@</filename>. It ensures that the calling
user is privileged over the network namespace to which the interface
will be attached.
<command>lxc-user-nic</command> also allows to delete network devices.
<command>lxc-user-nic</command> also allows one to delete network devices.
Currently only ovs ports can be deleted.
</para>
......
......@@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
#lxc.apparmor.profile = unconfined
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
lxc.mount.entry = shm dev/shm tmpfs defaults 0 0
lxc.mount.entry = shm dev/shm tmpfs defaults,create=dir 0 0
EOF
libdirs="\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment