[Lxc-users] [PATCH 1/1] ubuntu template: allow containers to create tap devices
Serge E. Hallyn
serge.hallyn at canonical.com
Thu Sep 15 13:30:11 UTC 2011
Thought I had sent this before, but I don't find it anywhere.
Signed-off-by: Serge Hallyn <serge.hallyn at canonical.com>
---
templates/lxc-ubuntu.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in
index 05d71b9..95b218a 100644
--- a/templates/lxc-ubuntu.in
+++ b/templates/lxc-ubuntu.in
@@ -199,6 +199,8 @@ lxc.cgroup.devices.allow = c 5:2 rwm
lxc.cgroup.devices.allow = c 254:0 rwm
#fuse
lxc.cgroup.devices.allow = c 10:229 rwm
+#tun
+lxc.cgroup.devices.allow = c 10:200 rwm
EOF
cat <<EOF > $path/fstab
--
1.7.5.4
More information about the lxc-users
mailing list