Commit 623f98d8 by Serge Hallyn Committed by Daniel Lezcano

lxc-ubuntu: Allow /dev/fuse to be used in a container

parent c440536e
...@@ -194,6 +194,8 @@ lxc.cgroup.devices.allow = c 136:* rwm ...@@ -194,6 +194,8 @@ lxc.cgroup.devices.allow = c 136:* rwm
lxc.cgroup.devices.allow = c 5:2 rwm lxc.cgroup.devices.allow = c 5:2 rwm
# rtc # rtc
lxc.cgroup.devices.allow = c 254:0 rwm lxc.cgroup.devices.allow = c 254:0 rwm
#fuse
lxc.cgroup.devices.allow = c 10:229 rwm
EOF EOF
cat <<EOF > $path/fstab cat <<EOF > $path/fstab
......
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