From 52f5cf74479b39469bbf479a58025348e19c141a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 3 May 2014 11:22:27 -0300 Subject: [PATCH] Remove extra mount options from debian and ubuntu configs Fixes GH-3 --- conf/debian | 1 - conf/ubuntu | 4 ---- 2 files changed, 5 deletions(-) diff --git a/conf/debian b/conf/debian index 09e5c40..b04311d 100644 --- a/conf/debian +++ b/conf/debian @@ -4,7 +4,6 @@ lxc.pivotdir = lxc_putold # Default mount entries lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0 lxc.mount.entry = sysfs sys sysfs defaults 0 0 -lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0 # Default console settings lxc.tty = 4 diff --git a/conf/ubuntu b/conf/ubuntu index 1ec323f..4460cb6 100644 --- a/conf/ubuntu +++ b/conf/ubuntu @@ -4,10 +4,6 @@ lxc.pivotdir = lxc_putold # Default mount entries lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0 lxc.mount.entry = sysfs sys sysfs defaults 0 0 -lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0 -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 # Default console settings lxc.devttydir = lxc