[Lxc-users] [PATCH 1/1] lxc-ubuntu template: add /dev/fuse to the whitelist

Serge E. Hallyn serge at hallyn.com
Wed Jun 22 21:29:26 UTC 2011


Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.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 e1a6a45..0b68e84 100644
--- a/templates/lxc-ubuntu.in
+++ b/templates/lxc-ubuntu.in
@@ -192,6 +192,8 @@ lxc.cgroup.devices.allow = c 136:* rwm
 lxc.cgroup.devices.allow = c 5:2 rwm
 # rtc
 lxc.cgroup.devices.allow = c 254:0 rwm
+#fuse
+lxc.cgroup.devices.allow = c 10:229 rwm
 EOF
 
     cat <<EOF > $path/fstab
-- 
1.7.4.1





More information about the lxc-users mailing list